summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into xreadgroup_handle_nil_fieldsAndy McCurdy2019-01-271-0/+9
|\ \
| * | Added noack option for XREADGROUPJohn T. Myers2019-01-101-0/+10
* | | Fix #1116 - trimmed stream causes exception on xreadgroup with id 0Xabier Eizmendi2019-01-101-0/+16
|/ /
* | Encode Stream message names within XREAD and XREADGROUP responses correctlyAndy McCurdy2018-12-271-5/+5
* | redis >= 5.0.1 changed behavior of XREADGROUP stream IDAndy McCurdy2018-12-271-38/+25
* | ZADD correctly returns None in certain edge cases when incr=TrueAndy McCurdy2018-12-271-0/+6
* | Added test case for filterTheo Despoudis2018-12-081-0/+21
* | Code review fixesTheo Despoudis2018-12-061-27/+22
* | Add client kill with filterTheo Despoudis2018-12-041-0/+37
* | Remove decoding from georadiusBo Bayles2018-11-211-11/+11
* | Don't destroy data in GEORADIUS commandsBo Bayles2018-11-201-4/+5
|/
* saner handling of decr/incr vs decrby/incrbyAndy McCurdy2018-11-141-0/+5
* Merge pull request #925 from itamarhaber/sort_issueAndy McCurdy2018-11-141-0/+5
|\
| * Fixes a KeyError in empty `options` dict at sort's returnItamar Haber2017-11-131-0/+5
* | Add test to make sure geodist with a missing member returns NoneAndy McCurdy2018-11-141-0/+6
* | EXISTS now accepts multiple keys. return the number of existing keysAndy McCurdy2018-11-141-2/+4
* | add nx, xx, ch and incr options to ZADDAndy McCurdy2018-11-141-0/+34
* | fix order of zincrby args to match redis serverAndy McCurdy2018-11-141-2/+2
* | remove legacy Redis classAndy McCurdy2018-11-131-99/+97
* | force mapping to be a single dict object on MSET, MSETNX and ZADDAndy McCurdy2018-11-131-16/+2
* | Merge pull request #1057 from RoeyPrat/roey-client_pauseAndy McCurdy2018-11-131-0/+15
|\ \
| * | Implements type argument in client_listRoey Prat2018-11-071-0/+8
| * | Implements CLIENT PAUSERoey Prat2018-11-071-0/+7
* | | Adds the memory_usage and memory_purge commandsItamar Haber2018-11-091-0/+5
* | | 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