summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* SRTALGO - skip for redis versions greater than 7.0.0 (#1831)Avital Fine2021-12-261-0/+1
* Marking STRALGO as prior to redis 7 (#1829)Chayim2021-12-231-0/+1
* Support for SELECT (#1825)Chayim2021-12-231-0/+6
* Support for RESET command since Redis 6.2.0 (#1824)Chayim2021-12-221-0/+5
* Support CLIENT TRACKING (#1612)Avital Fine2021-12-221-0/+22
* Support WRITE in CLIENT PAUSE (#1549)Avital Fine2021-12-221-0/+7
* Support SYNC and PSYNC (#1741)Avital Fine2021-12-151-0/+12
* Fix cluster ACL tests (#1774)Bar Shaul2021-12-081-1/+1
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-021-26/+27
* Adding ROLE Command (#1610)Avital Fine2021-12-021-0/+7
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-011-14/+1
* Added black and isort (#1734)Anas2021-11-301-2089/+2375
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-18/+14
* Fixing COMMAND GETKEYS tests (#1750)Chayim2021-11-251-2/+3
* COMMAND GETKEYS support (#1738)Avital Fine2021-11-251-0/+9
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-5/+133
* Unit tests fixes for compatibility (#1703)Chayim2021-11-141-0/+8
* Added breaking icon to release drafter (#1702)Chayim2021-11-141-0/+23
* Fixes to allow --redis-url to pass through all tests (#1700)Chayim2021-11-111-12/+38
* Restoring ZRANGE desc for Redis < 6.2.0 (#1697)Avital Fine2021-11-111-0/+1
* Fix unit tests running against Redis 4.0.0 (#1699)Avital Fine2021-11-111-5/+5
* Fix georadius tests (#1672)Avital Fine2021-11-081-1/+7
* Restore zrange functionality for older versions of Redis (#1670)Avital Fine2021-11-081-1/+1
* SMISMEMBER support (#1667)Chayim2021-11-031-0/+7
* Added boolean parsing to PEXPIRE and PEXPIREAT (#1665)Anas2021-11-021-12/+12
* redisjson support (#1636)Chayim2021-10-251-5/+4
* Add FULL option to XINFO SUMMARY (#1638)Agustin Marquez2021-10-251-0/+12
* Enable floating parameters in SET (ex and px) (#1635)Avital Fine2021-10-211-0/+4
* Test BYLEX param in zrangestore (#1634)Avital Fine2021-10-211-5/+6
* geosearch test should use any=True (#1594)Andrew Chen Wang2021-10-201-2/+3
* Add support to consumername in `xpending_range` (#1602)Avital Fine2021-10-191-0/+8
* Raising NotImplementedError for SCRIPT DEBUG and DEBUG SEGFAULT (#1624)Chayim2021-10-181-0/+20
* CLIENT REDIR command support (#1623)Chayim2021-10-181-0/+5
* REPLICAOF command implementation (#1622)Chayim2021-10-181-0/+8
* Add support to NX XX and CH to `GEOADD` (#1605)Avital Fine2021-10-181-27/+53
* add support to `ZRANGE` and `ZRANGESTORE` parameters (#1603)Avital Fine2021-10-181-7/+51
* Merge pull request #1606 from AvitalFineRedis/GEORADIUS_count_anyAvital Fine2021-10-141-0/+6
|\
| * Add support to ANY to GEOSEARCHSTORE and to GEOSEARCHAvitalFineRedis2021-10-131-0/+6
* | implement memory_malloc_statsAvitalFineRedis2021-10-141-0/+4
|/
* Removing the REDIS_6_VERSION placeholder (#1582)Chayim2021-10-111-16/+15
* Fix potential test case typo in test_zadd_gt_lt (#1585)Andrew Chen Wang2021-10-051-1/+1
* Implement/test LOLWUT command (#1568)Rajiv Bakulesh Shah2021-10-011-0/+8
* CLIENT REPLY support, available since redis 3.2.0 (#1581)Chayim2021-09-301-0/+13
* IDLETIME and FREQ support for RESTORE (#1580)Chayim2021-09-301-0/+42
* Supporting args with MODULE LOAD (#1579)Chayim2021-09-301-0/+10
* CLIENT LIST fix to allow multiple client_ids (#1563)Chayim2021-09-011-3/+22
* fixing timing issues in set pxat test (#1566)Chayim2021-09-011-2/+2
* Adding DELUSER list of users support (#1562)Chayim2021-09-011-0/+17
* Support for CLIENT TRACKINFO (#1560)Chayim2021-09-011-0/+6
* GEOSEARCH and GEOSEARCHSTORE (#1526)Avital Fine2021-09-011-81/+229