Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version bump!2.4 | Andy McCurdy | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | added Connection and UnixDomainSocketConnection to module imports | Andy McCurdy | 2011-05-23 | 1 | -3/+7 |
| | |||||
* | version bump | Andy McCurdy | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | add PubSubError to better report disallowed command when using pub/sub | Dan Colish | 2011-03-14 | 1 | -1/+2 |
| | |||||
* | Raise DataError on empty hmset mappings, remove InvalidData | Dan Colish | 2011-03-14 | 1 | -4/+11 |
| | |||||
* | version bump and changelog notes | Andy McCurdy | 2011-02-08 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | added ZREMRANGEBYRANK command | Andy McCurdy | 2010-06-15 | 1 | -0/+2 |
| | |||||
* | [issue 29] Redis instance doesn't use shared connection pool by default | Konstantin Merenkov | 2010-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * Redis constructor accepts connection_pool keyword argument, that defaults to None (no shared connection pool). However, you can create ConnectionManager instance yourself and pass it to as many Redis instances as you want, making them use shared connection pool. * Renamed ConnectionManager to ConnectionPool. * Exported ConnectionPool, so now you can import it in your code and create instances. * Removed test_pipeline_with_fresh_connection test, since all redis instances don't use shared pool by default now. * corrected few typos in comments. * repaired the rest of tests. | ||||
* | Flushed out the connection manager object a bit more. | Andy McCurdy | 2010-03-12 | 1 | -2/+2 |
| | |||||
* | new client passes all command tests, still need tests for connection pool ↵ | andymccurdy | 2010-02-15 | 1 | -5/+5 |
| | | | | and pipelining. | ||||
* | moved exceptions to their own module | andy | 2010-01-13 | 1 | -4/+6 |
| | |||||
* | - redis is now in it's own module. existing client imported and added to ↵ | andy | 2010-01-13 | 1 | -0/+8 |
__all__ providing backards compat. - tests can now be run by running the tests.py file |