Closed IlyaSkriblovsky closed 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.
Do you prefer names with a list of contributions under each, or simply list of names like in txmongo?
The simpler the better, IMO.
Merging?
:+1:
Could you please upload it to PyPI too?
knock-knock :)
Done
:pray:
Can we have a 1.4.2 with pipelining support? This would simplify deployment for me.