summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
...
* LPUSHX support for list, no API changes (#1559)Chayim2021-09-011-0/+9
* Adding support for GENPASS bits (#1558)Chayim2021-09-011-0/+8
* Support for QUIT (#1557)Chayim2021-09-011-0/+3
* bgsave schedule support (#1555)Chayim2021-09-011-0/+5
* Support for command count (#1554)Chayim2021-09-011-0/+6
* Adding EXAT and PXAT (unix time support) support for SET (#1547)Avital Fine2021-09-011-0/+12
* xgroup_createconsumer (#1553)Avital Fine2021-08-301-0/+16
* Includes slowlog complexity info if available (#1489)Ian Bucad2021-08-291-0/+29
* Stralgo (#1528)Avital Fine2021-08-291-0/+43
* #1434 Added support for ZMSCORE new in Redis 6.2 RC (#1437)Jiekun2021-08-291-0/+11
* Support MINID and LIMIT on XADD (#1548)Avital Fine2021-08-291-0/+50
* Zunion (#1522)Avital Fine2021-08-151-0/+20
* Adding support for CLIENT LIST with ID (#1505)Chayim2021-08-151-0/+8
* MINID and LIMIT support for xtrim (#1508)Chayim2021-08-151-0/+41
* implementing the LMOVE and BLMOVE commands (#1504)Chayim2021-08-151-0/+12
* Added GET argument to SET command (#1412)Jiekun2021-08-081-0/+8
* xautoclaim (#1529)Avital Fine2021-08-051-1/+47
* add idle to xpending (#1523)Avital Fine2021-08-051-0/+46
* Add a count parameter to lpop/rpop for redis >= 6.2.0 (#1487)Gal Ben David2021-08-051-0/+16
* Updating base testing docker to redis 6.2.5 (#1536)Chayim2021-08-051-7/+1
* fix getex flaky testsAvital Fine2021-08-051-1/+1
* zinter (#1520)Avital Fine2021-08-011-0/+22
* zdiff and zdiffstore (#1518)Avital Fine2021-07-291-0/+15
* Zrangestore (#1521)Avital Fine2021-07-291-0/+10
* LT and GT support for ZADD (#1509)Chayim2021-07-291-0/+17
* zrandmember (#1519)Avital Fine2021-07-251-0/+12
* getdel (#1514)Avital Fine2021-07-251-0/+7
* Implements CLIENT KILL laddr filter (#1506)Chayim2021-07-251-0/+20
* support for client unpause (#1512)Chayim2021-07-251-0/+4
* NOMKSTREAM support for XADD (#1507)Chayim2021-07-251-0/+10
* hrandfield (#1513)Avital Fine2021-07-221-0/+13
* client_list (#1517)Avital Fine2021-07-221-0/+6
* getex (#1515)Avital Fine2021-07-221-0/+15
* Add support for COPY command new in Redis 6.2 (#1492)malinaa962021-07-201-0/+23
* changing unit tests to account for defaults in redis flags (#1499)Chayim2021-07-151-19/+18
* Add support for the ABSTTL option of the RESTORE command. (#1423)Simon Charette2020-11-221-0/+13
* 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