summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests against decoders directlyck-json-multipathChayim I. Kirshen2021-11-031-0/+11
|
* flake8 fixesChayim I. Kirshen2021-11-032-294/+780
|
* passing testsChayim I. Kirshen2021-11-033-136/+68
|
* reduced decoders to oneChayim I. Kirshen2021-11-021-45/+26
|
* fix arrtrim_dollar testChayim I. Kirshen2021-11-021-1/+1
|
* test fixesChayim I. Kirshen2021-11-021-18/+18
|
* master merge and latest in-branch changesChayim I. Kirshen2021-11-022-39/+92
|\
| * Improved JSON accuracy (#1666)Chayim2021-11-021-27/+80
| |
| * Added boolean parsing to PEXPIRE and PEXPIREAT (#1665)Anas2021-11-021-12/+12
| |
* | fixing more json testsChayim I. Kirshen2021-11-012-123/+238
| |
* | json test conversion continuesChayim I. Kirshen2021-10-312-3/+1125
| |
* | multi path tests for rejsonChayim I. Kirshen2021-10-311-0/+70
|/
* 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
|/
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement/test LOLWUT command https://redis.io/commands/lolwut This is a lot of fun to play with: ```python >>> from redis import Redis >>> redis = Redis() >>> print(redis.lolwut(5, 6, 7, 8).decode('utf-8')) ⣴⣶⣶⣶⣶⡆ ⣿⣿⣿⣿⣿⡇ ⠹⡿⠟⣿⡿⠃ ⠀⠀⠀⠀⠀⠀ Georg Nees - schotter, plotter on paper, 1968. Redis ver. 6.0.10 >>> print(redis.lolwut(5, 6, 7, 8).decode('utf-8')) ⢰⣶⣶⣶⣶⡆ ⢿⣿⣿⣿⣿⠁ ⠸⡿⢿⠿⡿⠃ ⠀⠀⠀⠀⠀⠀ Georg Nees - schotter, plotter on paper, 1968. Redis ver. 6.0.10 >>> print(redis.lolwut(5, 6, 7, 8).decode('utf-8')) ⢰⣶⣶⣶⣶⡆ ⣸⣿⣿⣻⣿⡅ ⠿⡿⠻⠿⠿⠁ ⠀⠀⠀⠀⠀⠀ Georg Nees - schotter, plotter on paper, 1968. Redis ver. 6.0.10 >>> ``` * Add link to LOLWUT command documentation Co-authored-by: Chayim <chayim@users.noreply.github.com> * Skip LOLWUT unit test for Redis < 5.0.0 The `LOLWUT` command was introduced in Redis 5.0.0: https://redis.io/commands/lolwut Co-authored-by: Chayim <chayim@users.noreply.github.com>
* 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
| | | Part of #1546
* Support for SCRIPT FLUSH with SYNC/ASYNC (#1567)Chayim2021-09-011-0/+18
| | | Part of #1546
* CLIENT LIST fix to allow multiple client_ids (#1563)Chayim2021-09-011-3/+22
| | | | | | | | | * CLIENT LIST fix to allow multiple client_ids Support for CLIENT KILL with the USER filter Part of #1546 * test fix
* Pipeline DISCARD support (#1565)Chayim2021-09-011-1/+27
| | | | | closes #1539 Part of #1546
* fixing timing issues in set pxat test (#1566)Chayim2021-09-011-2/+2
| | | closes #1561
* Adding DELUSER list of users support (#1562)Chayim2021-09-011-0/+17
| | | | | Adding support for ACL help Part of #1546
* Support for CLIENT TRACKINFO (#1560)Chayim2021-09-011-0/+6
| | | Part of #1546
* GEOSEARCH and GEOSEARCHSTORE (#1526)Avital Fine2021-09-011-81/+229
| | | | | | | | | | | | | * GEOSEARCH and GEOSEARCHSTORE * negative test * change georadius_generic to geosearch_generic * add documentations to the functions * add docstring to the parser * farest
* LPUSHX support for list, no API changes (#1559)Chayim2021-09-011-0/+9
| | | Part of #1546
* Adding support for GENPASS bits (#1558)Chayim2021-09-011-0/+8
| | | Part of #1546 commands.
* Support for QUIT (#1557)Chayim2021-09-011-0/+3
| | | Part of #1546
* bgsave schedule support (#1555)Chayim2021-09-011-0/+5
| | | | | bgsave tests Part of #1546