summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add test for non-transaction pipelines as wellAndy McCurdy2018-11-041-2/+16
* hook for graceful command failure, even in pipelinesAndy McCurdy2018-11-042-0/+15
* Merge pull request #985 from mmaslowskicc/from-url-max-connectionsAndy McCurdy2018-11-021-1/+2
|\
| * Fix parsing max_connections URL query string parameterMichał Masłowski2018-05-231-1/+2
* | added MKSTREAM option to xgroup_createAndy McCurdy2018-11-011-0/+22
* | remove unncessary deletes at beginning of testsAndy McCurdy2018-11-011-8/+0
* | Merge pull request #1037 from itamarhaber/zpopAndy McCurdy2018-11-011-0/+50
|\ \
| * | PEP8's itItamar Haber2018-10-051-2/+2
| * | Converts score from string to floatItamar Haber2018-10-051-10/+10
| * | Adds BZPOPMAX and BZPOPMINItamar Haber2018-10-051-0/+30
| * | Adds ZPOPMAX and ZPOPMINItamar Haber2018-10-051-0/+20
| |/
* | fix test that breaks if other clients are connected to the redis serverAndy McCurdy2018-11-011-4/+3
* | python2 compatAndy McCurdy2018-10-311-3/+3
* | python 2 likes binary regex hints specified as 'br' rather than 'rb'Andy McCurdy2018-10-311-1/+1
* | avoid calling pytest fixtures directly since that's frowned uponAndy McCurdy2018-10-312-5/+6
* | rename start/finish and start/end args to min/max on all stream commandsAndy McCurdy2018-10-311-9/+9
* | refactor a bunch of the tests.Andy McCurdy2018-10-311-135/+381
* | reorganize stream testsAndy McCurdy2018-10-311-114/+103
* | XREAD and XREADGROUP return empty lists when the server returns no messagesRoey Prat2018-10-311-1/+1
* | XPENDING parse response and unit testRoey Prat2018-10-311-0/+21
* | fix XCLAIM to handle justid parameter correctlyRoey Prat2018-10-311-0/+3
* | remove code duplicationRoey Prat2018-10-311-30/+0
* | XREAD and XREADGROUP should take streams as a required dict arg rather than k...Roey Prat2018-10-311-4/+4
* | unit test for xclaimRoey Prat2018-10-281-0/+15
* | allow list based iterating on XREADGROUP resultsRoey Prat2018-10-281-3/+4
* | XADD key/value pairs of the entry should be specified as a single dict arg ra...Roey Prat2018-10-281-14/+14
* | Implements XREADGROUPRoey Prat2018-10-281-6/+16
* | Implements XTRIMItamar Haber2018-10-281-0/+16
* | Implements XDELItamar Haber2018-10-281-0/+14
* | Implements XACKItamar Haber2018-10-281-0/+10
* | Implements XINFORoey Prat2018-10-281-8/+10
* | Fixes to test_strict_xrangeRoey Prat2018-10-281-2/+2
* | run tests of commands added in redis 5, if redis>=5Roey Prat2018-10-281-4/+4
* | Implement XGROUPRoey Prat2018-10-281-0/+65
* | xread: block parameter may be set to zero, to block indefinitelyRoey Prat2018-10-281-1/+1
* | Added support for StreamsNick Farrell2018-10-281-0/+62
|/
* wrote tests for multi output spop commandAlireza2017-10-101-0/+11
* clientlist response, client_name value might contain the '=' character, in th...swilly222017-09-221-0/+8
* Merge pull request #810 from r0fls/zcount-exclusive-rangeAndy McCurdy2017-08-161-0/+2
|\
| * test zcount exclusive rangeRaphael Deem2016-12-221-0/+2
* | GEOPOS returns different values from redis 3.2 to redis 4.0Andy McCurdy2017-08-152-2/+12
* | fix problem when using geopos on unexistent hash memberAbraham Toriz2017-08-101-0/+4
* | Merge branch 'pr/867'Andy McCurdy2017-07-311-14/+20
|\ \
| * | Fix icnorrect testBen Greenberg2017-06-151-1/+2
| * | update tests to reflect the fact that the script sha is precalculatedBen Greenberg2017-06-151-13/+18
* | | skip HSTRLEN tests if server < 3.2.0Andy McCurdy2017-07-311-0/+1
* | | Implement HSTRLEN commandAleksandr Putilin2017-07-211-0/+5
|/ /
* | Fix warning during testJon Dufresne2017-01-281-1/+1
* | Add minimum Redis server version to TestPubSubPubSubSubcommandsAngusP2017-01-241-0/+4
* | Add PUBSUB docs to READMEAngusP2017-01-241-1/+0