IlyaSkriblovsky / txredisapi

non-blocking redis client for python twisted
Apache License 2.0
235 stars 91 forks source link

1.4.2 #103

Closed IlyaSkriblovsky closed 8 years ago

IlyaSkriblovsky commented 8 years ago

Can we have a 1.4.2 with pipelining support? This would simplify deployment for me.

fiorix commented 8 years ago

Absolutely. I would appreciate if you could add a CONTRIBUTORS file to this PR. Here's a template:

# This is the official list of txredisapi contributors for copyright purposes.
#
# Names should be added to this file as
#   Name or Organization <email address>
#
# The email address is not required for organizations.
#
# Please keep the list sorted.

Can generate the list:

git shortlog -se | awk '{print $2 " " $3 " " $4}'

and do appropriate cleanups.

IlyaSkriblovsky commented 8 years ago

Do you prefer names with a list of contributions under each, or simply list of names like in txmongo?

fiorix commented 8 years ago

The simpler the better, IMO.

IlyaSkriblovsky commented 8 years ago

Merging?

fiorix commented 8 years ago

:+1:

IlyaSkriblovsky commented 8 years ago

Could you please upload it to PyPI too?

IlyaSkriblovsky commented 8 years ago

knock-knock :)

fiorix commented 8 years ago

Done

IlyaSkriblovsky commented 8 years ago

:pray: