Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.4.12, redis-py is now fork-safe2.4.12 | andy | 2012-04-27 | 1 | -0/+2 |
* | new pubsub tests | Andy McCurdy | 2011-05-23 | 1 | -53/+35 |
* | connection pool is now a real pool. we no longer rely on threading.local for ... | Andy McCurdy | 2011-05-17 | 1 | -0/+1 |
* | all tests passing with new connection pool | Andy McCurdy | 2011-05-16 | 1 | -23/+26 |
* | [issue 29] Redis instance doesn't use shared connection pool by default | Konstantin Merenkov | 2010-04-12 | 1 | -16/+16 |
* | * fix for #21, make only the "db" argument of select() required. If host and... | Andy McCurdy | 2010-03-26 | 1 | -2/+2 |
* | Flushed out the connection manager object a bit more. | Andy McCurdy | 2010-03-12 | 1 | -0/+8 |
* | the Redis class is now a thread local. This means you can safely pass it aro... | Andy McCurdy | 2010-03-05 | 1 | -1/+26 |
* | - connection objects now store authentication credentials so that reconnect w... | andymccurdy | 2010-02-16 | 1 | -0/+20 |