summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* encoding fixandy2013-06-071-1/+1
* python 2.5 supportandy2013-06-071-0/+1
* pubsub testsandy2013-06-063-124/+98
* encoding testsandy2013-06-063-71/+40
* locking tests in pytestandy2013-06-062-71/+61
* python 2.5 compatandy2013-06-052-0/+2
* pipeline tests converted to pytestandy2013-06-042-202/+202
* connection pool testsandy2013-06-041-32/+21
* bad merge conflictandy2013-06-041-1850/+0
* Merge branch 'master' into pytestandy2013-06-042-0/+1856
|\
| * pep8andy2013-06-041-1/+2
| * Add CONFIG RESETSTAT support.Yossi Gottlieb2013-06-041-0/+6
* | pytest config fileandy2013-06-041-0/+26
* | pytest framework and server commandsandy2013-06-043-1874/+1227
|/
* use iterators for dict traversal in both python 2 and 3andy2013-05-231-6/+6
* DEL, HDEL, ZREM commands now return number of keys deleted. fixed #243andy2013-05-011-6/+25
* tests should pass on older redis versionsandy2013-04-271-0/+35
* travis runs 2.6.12, great.andy2013-04-271-10/+0
* testing redis version on travisandy2013-04-271-0/+10
* finer grain testsandy2013-04-271-5/+7
* Implement extended set options added in Redis 2.6.12.george yoshida2013-04-271-2/+2
* Implement extended set options added in Redis 2.6.12.george yoshida2013-04-271-0/+36
* pep8andy2013-04-221-12/+10
* Merge branch 'mapleoin-master'andy2013-04-221-0/+49
|\
| * Merge branch 'master' of git://github.com/mapleoin/redis-py into mapleoin-masterandy2013-04-221-0/+49
| |\
| | * add an optional argument to sort to make it return tuplesIonuț Arțăriși2011-10-101-0/+44
* | | 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
* | | | Merge pull request #327 from pabelanger/pep8Andy McCurdy2013-04-223-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Format code per pep8 guidelinesPaul Belanger2013-03-303-2/+8
| |/ /
* | | Merge pull request #340 from thruflo/masterAndy McCurdy2013-04-222-0/+78
|\ \ \
| * | | tests: tweak blocking connection pool test.James Arthur2013-04-191-5/+7
| * | | connection: tests for `BlockingConnectionPool`.James Arthur2013-04-182-0/+76
| |/ /
* | | added PSETEXandy2013-04-221-0/+10
|/ /
* | fix for #322andy2013-02-251-0/+4
* | Switched callback for SREM from bool to int.Ronnie Kolehmainen2013-01-251-4/+4
* | Add CLIENT GETNAME/SETNAME supportbitterb2013-01-161-0/+25
* | Pipelines now have a __len__() method.Jon Parise2013-01-061-0/+16
* | Fixed bug in bitcount with start or end param equal to 0Tim2012-11-251-0/+1
* | Fixed bug in list_or_args() helper function in python3.xRoman Imankulov2012-11-211-1/+13
* | always raise parse error exceptions in multi/exec pipelines as a result of thisandy2012-11-161-16/+0
* | timedelta.total_seconds is only available in python 2.7+. Fixes #280andy2012-10-071-1/+1
* | added CLIENT LIST/CLIENT KILL commandsandy2012-10-071-2/+7
* | hincrbyfloat is 2.6 onlyandy2012-10-071-0/+7
* | High precision floating point values are now properly sent to the Redis server.andy2012-10-071-0/+9
* | INCRBYFLOAT/HINCRBYFLOATandy2012-10-071-0/+24
* | PEXPIRE/PEXPIREAT/PTTL commandsandy2012-10-071-8/+44
* | Merge pull request #282 from flupke/pexpireAndy McCurdy2012-10-071-0/+15
|\ \
| * | added PEXPIRE/PTTL support (redis 2.6.0)Luper Rouch2012-09-121-0/+15