summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* fix stupid linter warningbitfieldAndy McCurdy2018-11-071-4/+4
* added better overflow control and lifecycle mgmt to bitfieldsAndy McCurdy2018-11-071-18/+45
* support for the bitfield command thanks to Charles LeiferAndy McCurdy2018-11-061-0/+35
* Merge branch 'pr/916' into drop26Andy McCurdy2018-11-061-263/+263
|\
| * Use unicode literals throughout projectJon Dufresne2018-11-031-261/+262
| * Use set literals instead of set([...])Jon Dufresne2018-11-031-34/+34
| * Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
* | Merge pull request #933 from yozel/masterAndy McCurdy2018-11-061-0/+15
|\ \
| * | Add support for UNLINK commandYasin Ozel2017-12-011-0/+15
* | | Merge branch 'master' into v5-client-subcommandsAndy McCurdy2018-11-051-6/+494
|\ \ \
| * | | hook for graceful command failure, even in pipelinesAndy McCurdy2018-11-041-0/+1
| | |/ | |/|
| * | 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
| * | 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
| |/
* | Remove reason arg from client_unblock. Use boolean 'error' arg instead.Roey Prat2018-11-041-4/+2
* | Adds unblock reason supportItamar Haber2018-10-051-1/+5
* | Adds CLIENT UNBLOCKItamar Haber2018-10-051-0/+5
* | Adds support for CLIENT IDItamar Haber2018-10-051-0/+4
|/
* 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