summaryrefslogtreecommitdiff
path: root/tests/connection_pool.py
Commit message (Expand)AuthorAgeFilesLines
* 2.4.12, redis-py is now fork-safe2.4.12andy2012-04-271-0/+2
* new pubsub testsAndy McCurdy2011-05-231-53/+35
* connection pool is now a real pool. we no longer rely on threading.local for ...Andy McCurdy2011-05-171-0/+1
* all tests passing with new connection poolAndy McCurdy2011-05-161-23/+26
* [issue 29] Redis instance doesn't use shared connection pool by defaultKonstantin Merenkov2010-04-121-16/+16
* * fix for #21, make only the "db" argument of select() required. If host and...Andy McCurdy2010-03-261-2/+2
* Flushed out the connection manager object a bit more.Andy McCurdy2010-03-121-0/+8
* the Redis class is now a thread local. This means you can safely pass it aro...Andy McCurdy2010-03-051-1/+26
* - connection objects now store authentication credentials so that reconnect w...andymccurdy2010-02-161-0/+20