Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for LMPOP (#1843) | dvora-h | 2022-02-02 | 1 | -0/+11 | |
| | | | | | | | * Add support for LMPOP * add type hints * fix linters | |||||
* | Add support for SINTERCARD (#1859) | dvora-h | 2022-02-02 | 1 | -0/+9 | |
| | | | | | * add sintercard * fix pr comment | |||||
* | Add support for ZINTERCARD (#1857) | dvora-h | 2022-02-02 | 1 | -0/+9 | |
| | | | | | | | * add zintercard * fix pr comment * linters | |||||
* | add client no-evict (#1856) | dvora-h | 2022-02-02 | 1 | -0/+7 | |
| | ||||||
* | Add support for BZMPOP (#1851) | dvora-h | 2022-02-02 | 1 | -0/+13 | |
| | | | | | | | | | | | * add bzmpop * add comment * fix pr comment * fix linters * fix pr comments | |||||
* | SRTALGO - skip for redis versions greater than 7.0.0 (#1831) | Avital Fine | 2021-12-26 | 1 | -0/+1 | |
| | ||||||
* | Marking STRALGO as prior to redis 7 (#1829) | Chayim | 2021-12-23 | 1 | -0/+1 | |
| | ||||||
* | Support for SELECT (#1825) | Chayim | 2021-12-23 | 1 | -0/+6 | |
| | ||||||
* | Support for RESET command since Redis 6.2.0 (#1824) | Chayim | 2021-12-22 | 1 | -0/+5 | |
| | ||||||
* | Support CLIENT TRACKING (#1612) | Avital Fine | 2021-12-22 | 1 | -0/+22 | |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Support WRITE in CLIENT PAUSE (#1549) | Avital Fine | 2021-12-22 | 1 | -0/+7 | |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Support SYNC and PSYNC (#1741) | Avital Fine | 2021-12-15 | 1 | -0/+12 | |
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | |||||
* | Fix cluster ACL tests (#1774) | Bar Shaul | 2021-12-08 | 1 | -1/+1 | |
| | ||||||
* | Added support for MONITOR in clusters (#1756) | Bar Shaul | 2021-12-02 | 1 | -26/+27 | |
| | ||||||
* | Adding ROLE Command (#1610) | Avital Fine | 2021-12-02 | 1 | -0/+7 | |
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | |||||
* | Migrated targeted nodes to kwargs in Cluster Mode (#1762) | Bar Shaul | 2021-12-01 | 1 | -14/+1 | |
| | ||||||
* | Added black and isort (#1734) | Anas | 2021-11-30 | 1 | -2089/+2375 | |
| | ||||||
* | Pyupgrade + flynt + f-strings (#1759) | Aarni Koskela | 2021-11-30 | 1 | -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) | Chayim | 2021-11-25 | 1 | -2/+3 | |
| | ||||||
* | COMMAND GETKEYS support (#1738) | Avital Fine | 2021-11-25 | 1 | -0/+9 | |
| | ||||||
* | Adding RedisCluster client to support Redis Cluster Mode (#1660) | Bar Shaul | 2021-11-25 | 1 | -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) | Chayim | 2021-11-14 | 1 | -0/+8 | |
| | ||||||
* | Added breaking icon to release drafter (#1702) | Chayim | 2021-11-14 | 1 | -0/+23 | |
| | ||||||
* | Fixes to allow --redis-url to pass through all tests (#1700) | Chayim | 2021-11-11 | 1 | -12/+38 | |
| | ||||||
* | Restoring ZRANGE desc for Redis < 6.2.0 (#1697) | Avital Fine | 2021-11-11 | 1 | -0/+1 | |
| | ||||||
* | Fix unit tests running against Redis 4.0.0 (#1699) | Avital Fine | 2021-11-11 | 1 | -5/+5 | |
| | ||||||
* | Fix georadius tests (#1672) | Avital Fine | 2021-11-08 | 1 | -1/+7 | |
| | ||||||
* | Restore zrange functionality for older versions of Redis (#1670) | Avital Fine | 2021-11-08 | 1 | -1/+1 | |
| | ||||||
* | SMISMEMBER support (#1667) | Chayim | 2021-11-03 | 1 | -0/+7 | |
| | ||||||
* | Added boolean parsing to PEXPIRE and PEXPIREAT (#1665) | Anas | 2021-11-02 | 1 | -12/+12 | |
| | ||||||
* | redisjson support (#1636) | Chayim | 2021-10-25 | 1 | -5/+4 | |
| | ||||||
* | Add FULL option to XINFO SUMMARY (#1638) | Agustin Marquez | 2021-10-25 | 1 | -0/+12 | |
| | ||||||
* | Enable floating parameters in SET (ex and px) (#1635) | Avital Fine | 2021-10-21 | 1 | -0/+4 | |
| | ||||||
* | Test BYLEX param in zrangestore (#1634) | Avital Fine | 2021-10-21 | 1 | -5/+6 | |
| | ||||||
* | geosearch test should use any=True (#1594) | Andrew Chen Wang | 2021-10-20 | 1 | -2/+3 | |
| | | | Co-authored-by: Avital Fine <79420960+AvitalFineRedis@users.noreply.github.com> | |||||
* | Add support to consumername in `xpending_range` (#1602) | Avital Fine | 2021-10-19 | 1 | -0/+8 | |
| | ||||||
* | Raising NotImplementedError for SCRIPT DEBUG and DEBUG SEGFAULT (#1624) | Chayim | 2021-10-18 | 1 | -0/+20 | |
| | ||||||
* | CLIENT REDIR command support (#1623) | Chayim | 2021-10-18 | 1 | -0/+5 | |
| | ||||||
* | REPLICAOF command implementation (#1622) | Chayim | 2021-10-18 | 1 | -0/+8 | |
| | ||||||
* | Add support to NX XX and CH to `GEOADD` (#1605) | Avital Fine | 2021-10-18 | 1 | -27/+53 | |
| | ||||||
* | add support to `ZRANGE` and `ZRANGESTORE` parameters (#1603) | Avital Fine | 2021-10-18 | 1 | -7/+51 | |
| | ||||||
* | Merge pull request #1606 from AvitalFineRedis/GEORADIUS_count_any | Avital Fine | 2021-10-14 | 1 | -0/+6 | |
|\ | | | | | Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH | |||||
| * | Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH | AvitalFineRedis | 2021-10-13 | 1 | -0/+6 | |
| | | ||||||
* | | implement memory_malloc_stats | AvitalFineRedis | 2021-10-14 | 1 | -0/+4 | |
|/ | ||||||
* | Removing the REDIS_6_VERSION placeholder (#1582) | Chayim | 2021-10-11 | 1 | -16/+15 | |
| | ||||||
* | Fix potential test case typo in test_zadd_gt_lt (#1585) | Andrew Chen Wang | 2021-10-05 | 1 | -1/+1 | |
| | ||||||
* | Implement/test LOLWUT command (#1568) | Rajiv Bakulesh Shah | 2021-10-01 | 1 | -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) | Chayim | 2021-09-30 | 1 | -0/+13 | |
| | ||||||
* | IDLETIME and FREQ support for RESTORE (#1580) | Chayim | 2021-09-30 | 1 | -0/+42 | |
| | ||||||
* | Supporting args with MODULE LOAD (#1579) | Chayim | 2021-09-30 | 1 | -0/+10 | |
| | | | Part of #1546 |