Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reverting download_url back to redis-VERSION.tar.gz to fix #94. This is ↵ | Andy McCurdy | 2011-01-07 | 1 | -1/+1 |
| | | | | becoming the official 2.2.2 release. | ||||
* | updating setuptools to look for redis-py-VERSION.tar.gz | Andy McCurdy | 2010-12-21 | 1 | -12/+4 |
| | |||||
* | version bump | Andy McCurdy | 2010-12-20 | 1 | -1/+1 |
| | |||||
* | version bump | Andy McCurdy | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | version bump | Andy McCurdy | 2010-06-28 | 1 | -1/+1 |
| | |||||
* | HEXISTS and HLEN implementations | Andy McCurdy | 2010-03-18 | 1 | -1/+1 |
| | | | | added a socket_timeout parameter to allow commands to timeout and raise an error | ||||
* | incremented revision | andymccurdy | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | - added ability for subclasses of Redis to provide their own decode logic if ↵ | andymccurdy | 2010-02-16 | 1 | -1/+1 |
| | | | | | | desired. - setup.py needed to specify the package rather than py_module in order for build to work correctly. | ||||
* | Changelog updated, version incremented | andymccurdy | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | new client passes all command tests, still need tests for connection pool ↵ | andymccurdy | 2010-02-15 | 1 | -17/+10 |
| | | | | and pipelining. | ||||
* | Added support for ZINCRBY via the `zincr` command. Passing negative values ↵ | andy | 2009-12-15 | 1 | -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 develop | Aaron Raddon | 2009-12-06 | 1 | -1/+4 |
| | |||||
* | changing the homepage url | andy | 2009-11-25 | 1 | -1/+1 |
| | |||||
* | added support for setuptools, finally. props to Paul Hubbard for authoring ↵ | andy | 2009-11-25 | 1 | -0/+46 |
setup.py. |