summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* #1374 slowlog get - include fields added in Redis version 4roey/slowlog_get_fieldsRoey Prat2020-11-021-0/+6
* Added the ACL LOG command available in Redis 6Andy McCurdy2020-08-191-2/+42
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-20/+18
* LPOS: add new command (#1354)Paul Spooren2020-07-221-0/+32
* Dockerize (#1365)Andy McCurdy2020-07-201-4/+2
|\
| * make the slowlog_get test more resilient to multiple clients being connectedAndy McCurdy2020-07-201-4/+2
* | Support for loading, unloading and listing Redis Modules (#1360)Roey Prat2020-07-131-0/+5
|/
* Fix for HSET argument validation to allow any non-None keyAleksMat2020-05-091-0/+4
* Remove unnecessary coerce to list (#1321)Jon Dufresne2020-04-131-1/+1
* constant for redis 6 RC candidates in tests.Andy McCurdy2020-03-121-14/+14
* add keepttl option to set command.laixintao2020-03-121-0/+9
* mark test_spop_multi_value as needing server 3.2.0 or greaterAndy McCurdy2020-03-031-0/+1
* add support for the MEMORY STATS commandAndy McCurdy2020-02-251-0/+11
* Improve Redis.hmset() warning messageJon Dufresne2020-02-121-13/+15
* Make hset support multiple field/value pairs. (#1271)赖信涛2020-02-071-1/+16
* add type filter to scan functionnetocp2020-01-301-0/+8
* Added support for ACL commandsAndy McCurdy2019-12-281-1/+175
* PING/PONG health checksAndy McCurdy2019-07-281-1/+2
* Ability to create a client that uses a single connectionAndy McCurdy2019-07-231-30/+49
* Handle removed claimed messages without an exceptionThomas Daskalakis2019-07-171-0/+25
* Add READONLY and READWRITE commandsTheo Despoudis2019-07-091-0/+13
* case insensitive response callbacks.Andy McCurdy2019-05-281-0/+3
* Merge pull request #972 from lamby/dont-assume-64-bit-server-in-testsAndy McCurdy2019-01-271-1/+6
|\
| * Skip 64-bit specific tests. (Closes: #899)Chris Lamb2018-11-161-1/+6
* | Added a test for #1126Andy McCurdy2019-01-271-2/+2
* | Fixes #1116Andy McCurdy2019-01-271-1/+1
* | 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