summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* reverting download_url back to redis-VERSION.tar.gz to fix #94. This is ↵Andy McCurdy2011-01-071-1/+1
| | | | becoming the official 2.2.2 release.
* updating setuptools to look for redis-py-VERSION.tar.gzAndy McCurdy2010-12-211-12/+4
|
* version bumpAndy McCurdy2010-12-201-1/+1
|
* version bumpAndy McCurdy2010-09-031-1/+1
|
* version bumpAndy McCurdy2010-06-281-1/+1
|
* HEXISTS and HLEN implementationsAndy McCurdy2010-03-181-1/+1
| | | | added a socket_timeout parameter to allow commands to timeout and raise an error
* incremented revisionandymccurdy2010-02-191-1/+1
|
* - added ability for subclasses of Redis to provide their own decode logic if ↵andymccurdy2010-02-161-1/+1
| | | | | | desired. - setup.py needed to specify the package rather than py_module in order for build to work correctly.
* Changelog updated, version incrementedandymccurdy2010-02-151-1/+1
|
* new client passes all command tests, still need tests for connection pool ↵andymccurdy2010-02-151-17/+10
| | | | and pipelining.
* Added support for ZINCRBY via the `zincr` command. Passing negative values ↵andy2009-12-151-1/+1
| | | | | | | does a proper decrement. Swapped the `score` and `member` parameters to `zadd` to be more consistent with the other API functions. Sorry to those that this breaks :( Fixed a couple unit tests that broke with latest redis version
* adding support for setuptools to allow setup.py developAaron Raddon2009-12-061-1/+4
|
* changing the homepage urlandy2009-11-251-1/+1
|
* added support for setuptools, finally. props to Paul Hubbard for authoring ↵andy2009-11-251-0/+46
setup.py.