summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Support RediSearch FT.PROFILE command (#1727)Avital Fine2021-11-252-1/+68
|
* Improve code coverage for aggregation tests (#1713)Avital Fine2021-11-251-58/+264
|
* Fixing COMMAND GETKEYS tests (#1750)Chayim2021-11-251-2/+3
|
* COMMAND GETKEYS support (#1738)Avital Fine2021-11-251-0/+9
|
* RedisJSON 2.0.4 behaviour support (#1747)Chayim2021-11-253-27/+32
|
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-2513-20/+2811
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* Removing command on initial connections (#1722)v4.0.1Chayim2021-11-171-1/+2
|
* FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-141-0/+6
|
* Call HSET after FT.CREATE to avoid keyspace scan (#1706)Ariel Shtul2021-11-141-3/+3
|
* Unit tests fixes for compatibility (#1703)Chayim2021-11-143-23/+21
|
* 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-116-16/+97
|
* 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
|
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-107-22/+36
|
* [TEST] search alias test (#1695)Ariel Shtul2021-11-101-17/+4
|
* Response parsing occasionally fails to parse floats (#1692)Chayim2021-11-101-0/+49
|
* Adding RediSearch/RedisJSON tests (#1691)Ariel Shtul2021-11-101-0/+99
|
* Test to validate custom JSON decoders (#1681)Chayim2021-11-101-0/+17
|
* Sleep for flaky search test (#1680)Chayim2021-11-091-0/+4
|
* Test function renames, to match standards (#1679)Chayim2021-11-091-20/+20
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-092-28/+35
|
* 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
|
* 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
| | | | This is useful for the case where one wants to instantiate a module, knowing the back end version. The reason: behaviour may differ based on redis module versions.
* 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
| | | Co-authored-by: Avital Fine <79420960+AvitalFineRedis@users.noreply.github.com>
* 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 GEOSEARCH
| * 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
|\ \ | | | | | | Support MEMORY MALLOC-STATS
| * | implement memory_malloc_statsAvitalFineRedis2021-10-141-0/+4
| |/
* | Fix `retry` attribute in UnixDomainSocketConnection (#1604)nbraun-amazon2021-10-141-7/+9
|/