summaryrefslogtreecommitdiff
path: root/tests/pipeline.py
Commit message (Expand)AuthorAgeFilesLines
* pipeline tests converted to pytestandy2013-06-041-202/+0
* Merge pull request #338 from stephan-hof/corrupted_pipeline_socketAndy McCurdy2013-04-221-0/+15
|\
| * Add python3 and python2.5 compatibilityhofmockel2013-04-191-1/+1
| * Read all command responses of a pipelinehofmockel2013-04-171-0/+15
* | Format code per pep8 guidelinesPaul Belanger2013-03-301-0/+1
|/
* Pipelines now have a __len__() method.Jon Parise2013-01-061-0/+16
* always raise parse error exceptions in multi/exec pipelines as a result of thisandy2012-11-161-16/+0
* pipelines now raise errors by default.andy2012-10-071-3/+40
* cleaned up tests to not use decode_responses=True. this was masking some erro...andy2012-08-151-25/+24
* Fixed PEP 8 violations introduced in previous commitsAlex Grönholm2012-08-071-1/+2
* Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-071-1/+1
* Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-4/+7
* added __future__ import to be 2.5 compat.andy2011-07-181-0/+1
* Added a `transaction` convenience method that eliminates boilerplate whenandy2011-07-171-0/+24
* Pipelines can now be used as Context Managers. Thanks David Wolever. Fixes #160andy2011-07-171-76/+76
* Simplifying the Pipeline transaction logic.David Wolever2011-07-111-0/+25
* WATCH and UNWATCH have been broken since 2.4 because of connection pooling. T...Andy McCurdy2011-07-111-7/+47
* support ZADD variable length args. deprecate the version passing score and va...Andy McCurdy2011-05-311-1/+1
* removing unnecessary importsAndy McCurdy2011-05-221-5/+0
* [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