summaryrefslogtreecommitdiff
path: root/redis/client.py
Commit message (Expand)AuthorAgeFilesLines
* from_url supports URI without a port number, defaults to 6379Aaron Westendorf2013-05-101-1/+1
* DEL, HDEL, ZREM commands now return number of keys deleted. fixed #243andy2013-05-011-5/+6
* Adding incrby aliasKrzysztof Dorosz2013-04-281-0/+10
* remove offending pep8 line, travis ci should pass nowandy2013-04-271-2/+0
* testing travis-ci pep8 integrationandy2013-04-271-0/+2
* pep8andy2013-04-271-1/+1
* Implement extended set options added in Redis 2.6.12.george yoshida2013-04-271-1/+0
* Implement extended set options added in Redis 2.6.12.george yoshida2013-04-271-1/+1
* Implement extended set options added in Redis 2.6.12.george yoshida2013-04-271-4/+35
* pep8andy2013-04-221-0/+1
* Merge branch 'mapleoin-master'andy2013-04-221-2/+26
|\
| * Merge branch 'master' of git://github.com/mapleoin/redis-py into mapleoin-masterandy2013-04-221-2/+26
| |\
| | * use response callbacks for sort() with tuples to work with pipelinesIonuț Arțăriși2011-10-111-9/+18
| | * add an optional argument to sort to make it return tuplesIonuț Arțăriși2011-10-101-2/+17
* | | Merge pull request #338 from stephan-hof/corrupted_pipeline_socketAndy McCurdy2013-04-221-2/+9
|\ \ \
| * | | Add python3 and python2.5 compatibilityhofmockel2013-04-191-2/+2
| * | | Read all command responses of a pipelinehofmockel2013-04-171-2/+9
* | | | Merge pull request #327 from pabelanger/pep8Andy McCurdy2013-04-221-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Format code per pep8 guidelinesPaul Belanger2013-03-301-1/+3
* | | | math is hardandy2013-04-221-2/+2
* | | | added PSETEXandy2013-04-221-8/+12
* | | | Merge branch 'psetex' of git://github.com/yamt/redis-py into yamt-psetexandy2013-04-221-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | implement PSETEX commandyamamoto2012-10-311-0/+7
* | | | allow client.transaction() to return the value of func based on kwarg. fix fo...andy2013-04-151-2/+4
* | | | Catch exception, not anything (which could be KeyboardInterrupt).Lucian Branescu Mihaila2013-04-101-2/+2
| |/ / |/| |
* | | Do not discard pipeline unless in multi.Pete Aykroyd2013-03-011-1/+2
* | | fix for #322andy2013-02-251-5/+4
* | | Switched callback for SREM from bool to int.Ronnie Kolehmainen2013-01-251-2/+2
* | | Convert response from bytes to str for Python 3 compatibilityNathan Wan2013-01-201-2/+2
* | | Add CLIENT GETNAME/SETNAME supportbitterb2013-01-161-0/+12
* | | Pipelines now have a __len__() method.Jon Parise2013-01-061-0/+3
* | | Merge pull request #301 from aouyar/masterAndy McCurdy2012-11-301-18/+26
|\ \ \
| * | | Fix parsing of floats in sub dicts in INFO cmd.Ali Onur Uyar2012-11-271-15/+12
| * | | Leave handling of older versions for INFO cmd to the user.Ali Onur Uyar2012-11-271-12/+8
| * | | Implement support for passing an arg to INFO command.Ali Onur Uyar2012-11-171-3/+18
| |/ /
* | | Fixed bug in bitcount with start or end param equal to 0Tim2012-11-251-2/+3
* | | Fixed bug in list_or_args() helper function in python3.xRoman Imankulov2012-11-211-3/+3
* | | always raise parse error exceptions in multi/exec pipelines as a result of thisandy2012-11-161-2/+9
|/ /
* | timedelta.total_seconds is only available in python 2.7+. Fixes #280andy2012-10-071-4/+5
* | fix python3 testsandy2012-10-071-2/+2
* | added CLIENT LIST/CLIENT KILL commandsandy2012-10-071-0/+20
* | Merge branch 'master' of github.com:andymccurdy/redis-pyandy2012-10-071-0/+14
|\ \
| * \ Merge pull request #273 from uvNikita/masterAndy McCurdy2012-10-071-0/+14
| |\ \
| | * | Implemented hincrbyfloat commandNikita Uvarov2012-08-211-1/+7
| | * | Implemented incrbyfloat commandNikita Uvarov2012-08-211-0/+8
* | | | PEXPIRE/PEXPIREAT/PTTL commandsandy2012-10-071-14/+26
|/ / /
* | | Merge pull request #282 from flupke/pexpireAndy McCurdy2012-10-071-0/+14
|\ \ \
| * | | added PEXPIRE/PTTL support (redis 2.6.0)Luper Rouch2012-09-121-0/+14
* | | | Added optional `number` argument to srandmember. Fix for #286andy2012-10-071-3/+10
* | | | python3 compatandy2012-10-071-2/+3