summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Support WRITE in CLIENT PAUSE (#1549)Avital Fine2021-12-221-0/+7
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Support SYNC and PSYNC (#1741)Avital Fine2021-12-151-0/+12
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* 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
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* 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
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* 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
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* 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
| | | Co-authored-by: Avital Fine <79420960+AvitalFineRedis@users.noreply.github.com>
* 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
| |
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-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
| | | 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
* 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.