summaryrefslogtreecommitdiff
path: root/tests/pipeline.py
Commit message (Expand)AuthorAgeFilesLines
* [issue 29] Redis instance doesn't use shared connection pool by defaultKonstantin Merenkov2010-04-121-10/+3
* Pipeines can not optionally be transactions (wrapped in MULTI/EXEC) or not by...Andy McCurdy2010-03-311-8/+14
* New test that proves that self.subscribed in Pipeline is necessaryKonstantin Merenkov2010-03-311-1/+8
* Pipeline objects are now executed atomically via the MULTI and EXEC commandsAndy McCurdy2010-03-101-0/+30
* - connection objects now store authentication credentials so that reconnect w...andymccurdy2010-02-161-0/+25