summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attempt our best to retry pipeline connection failures where they make sense.watchandy2011-07-121-12/+21
* nitpicky cleanupandy2011-07-121-22/+3
* Revert "Don't mask ConnectionError in Pipeline.execute()"Randall Leeds2011-07-111-1/+1
* only change self.watching when commands succeedRandall Leeds2011-07-111-1/+2
* remove obsolete server_commands test_(un)watchRandall Leeds2011-07-111-30/+0
* reset() and unwatch should react to responsesRandall Leeds2011-07-111-3/+10
* Merge remote-tracking branch 'wolever/watch' into watch_fixesRandall Leeds2011-07-112-34/+48
|\
| * Whoops, shouldn't be changing 'self.transaction'David Wolever2011-07-111-2/+1
| * Simplifying the Pipeline transaction logic.David Wolever2011-07-112-33/+48
* | Don't mask ConnectionError in Pipeline.execute()Randall Leeds2011-07-111-3/+3
* | Merge remote-tracking branch 'andymccurdy/watch' into watch_fixesRandall Leeds2011-07-115-119/+193
|\ \ | |/
| * ensure UNWATCH gets called properlyandy2011-07-111-1/+16
| * Merge branch 'master' into watchandy2011-07-113-21/+38
| |\
| | * remove PUBLISH from the PubSub object. Can't PUBLISH from any connection that...Andy McCurdy2011-07-112-8/+9
| | * Allow a custom callable to be passed to commands whose responses are parsed w...Andy McCurdy2011-07-112-12/+29
| * | WATCH and UNWATCH have been broken since 2.4 because of connection pooling. T...Andy McCurdy2011-07-114-36/+136
| |/
| * Fix for #153, can only reliably check the last byte of the responseAndy McCurdy2011-07-102-3/+4
* | Merge remote-tracking branch 'wolever/threadsafe_transactions' into watch_fixesRandall Leeds2011-07-081-34/+120
|\ \
| * | First quick pass as a subclass of Redis which is bound to one connectionDavid Wolever2011-07-071-12/+112
* | | test that pipeline() frees a watching clientRandall Leeds2011-07-071-0/+9
* | | fix #149 - hold connection for duration of WATCHRandall Leeds2011-07-071-9/+23
| |/ |/|
* | no reason that these should call list_or_argsAndy McCurdy2011-06-291-12/+6
* | Merge pull request #150 from jdavisp3/watch-error-2011-06-27Andy McCurdy2011-06-271-1/+2
|\ \ | |/ |/|
| * Provide WatchError in the top-level module.Dave Peticolas2011-06-271-1/+2
|/
* updated changelogAndy McCurdy2011-06-211-0/+3
* Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2011-06-211-18/+24
|\
| * Merge pull request #143 from Rafiot/variadic_commandsAndy McCurdy2011-06-131-18/+24
| |\
| | * add variadic versions of L/RPUSHRaphaël Vinot2011-06-111-6/+8
| | * add variadic version of HDELRaphaël Vinot2011-06-111-3/+4
| | * add variadic versions of SADD, SREM and ZREMRaphaël Vinot2011-06-111-9/+12
| |/
* | notes about LREM order of args and PubSub objects not being threadsafe.Andy McCurdy2011-06-211-0/+4
|/
* version bump 2.4.5Andy McCurdy2011-06-102-2/+4
* fix for PythonParser when reading empty stringsAndy McCurdy2011-06-102-1/+6
* added VERSION as a tuple based on the __version__ stringAndy McCurdy2011-06-071-0/+1
* fix a typo introduced in last commit. thanks Ask Solem for finding.Andy McCurdy2011-06-073-2/+4
* fix UnixDomainSocketConnection to report error messages based on it's attribu...Andy McCurdy2011-06-073-10/+30
* get the argument name correctAndy McCurdy2011-06-071-4/+5
* version bump to 2.4.2Andy McCurdy2011-06-061-1/+1
* get a connection within the execute() method of the pipeline so we can respon...Andy McCurdy2011-06-061-49/+45
* documentation fix for #138Andy McCurdy2011-06-061-9/+13
* version bumpAndy McCurdy2011-06-012-2/+2
* changelogAndy McCurdy2011-06-011-0/+2
* make sure the class instance always has an ._fp attribute in case disconnect ...Andy McCurdy2011-06-011-3/+6
* 2.4.0 is out!Andy McCurdy2011-06-011-2/+1
* updated changesAndy McCurdy2011-06-011-0/+5
* long description is now the contents of the readme fileAndy McCurdy2011-06-011-2/+7
* version bump!2.4Andy McCurdy2011-06-011-1/+1
* pipelines need the response_callback love, too. grammar fixes in docsAndy McCurdy2011-06-013-26/+46
* added ability for per-instance response callbacks. also, holy shit, documenta...Andy McCurdy2011-06-012-477/+146
* updating a few docstringsAndy McCurdy2011-05-311-2/+7