summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Restore zrange functionality for older versions of Redis (#1670)Avital Fine2021-11-081-1/+1
* Fix garbage collection deadlock (#1578)Eugene Morozov2021-11-081-0/+12
* Support for json multipath ($) (#1663)Chayim2021-11-043-18/+1735
* SMISMEMBER support (#1667)Chayim2021-11-031-0/+7
* Improved JSON accuracy (#1666)Chayim2021-11-021-27/+80
* Added boolean parsing to PEXPIRE and PEXPIREAT (#1665)Anas2021-11-021-12/+12
* redis timeseries support (#1652)Chayim2021-10-281-0/+593
* Exposing the module version in loaded_modules (#1648)Chayim2021-10-261-1/+1
* Adding support for redisearch (#1640)Chayim2021-10-255-28/+6117
* redisjson support (#1636)Chayim2021-10-254-6/+304
* Pre 6.2 redis should default to None for script flush (#1641)Chayim2021-10-251-0/+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
* Removing packaging dependency (#1626)Chayim2021-10-191-4/+4
* 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
* | Merge pull request #1613 from AvitalFineRedis/MEMORY-MALLOC-STATSAvital Fine2021-10-141-0/+4
|\ \
| * | implement memory_malloc_statsAvitalFineRedis2021-10-141-0/+4
| |/
* | Fix `retry` attribute in UnixDomainSocketConnection (#1604)nbraun-amazon2021-10-141-7/+9
|/
* Removing the REDIS_6_VERSION placeholder (#1582)Chayim2021-10-113-28/+21
* 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-302-0/+19
* IDLETIME and FREQ support for RESTORE (#1580)Chayim2021-09-301-0/+42
* Supporting args with MODULE LOAD (#1579)Chayim2021-09-301-0/+10
* Support for SCRIPT FLUSH with SYNC/ASYNC (#1567)Chayim2021-09-011-0/+18
* CLIENT LIST fix to allow multiple client_ids (#1563)Chayim2021-09-011-3/+22
* Pipeline DISCARD support (#1565)Chayim2021-09-011-1/+27
* 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
* 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