Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements to JSON coverageck-fixjson | Chayim I. Kirshen | 2021-11-01 | 4 | -20/+57 |
| | | | | | | | | tests to validate json behaviour deprecation support api changes | ||||
* | Adding vulture for static analysis (#1655) | Chayim | 2021-10-28 | 2 | -6/+0 |
| | | | | | * Adding vulture for static analysis Removing dead code found previously by vulture in local runs. | ||||
* | redis timeseries support (#1652) | Chayim | 2021-10-28 | 7 | -5/+996 |
| | |||||
* | Exposing the module version in loaded_modules (#1648) | Chayim | 2021-10-26 | 4 | -7/+19 |
| | | | | 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. | ||||
* | Fixing the package to include commands (#1649)v4.0.0b3 | Chayim | 2021-10-26 | 1 | -1/+1 |
| | | | | | * Fixing the package to include commands. Fixes #1645 | ||||
* | beta2 version and CHANGES update (#1643)v4.0.0b2 | Chayim | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | sentinel: Add SentinelManagedSSLConnection (#1419) | AbdealiJK | 2021-10-25 | 1 | -1/+5 |
| | | | | | | | Create a simple class which takes in both: - SentinelManaged - SSLConnection in cases where the sentinel is being used with a TLS enabled redis setup. | ||||
* | Adding support for redisearch (#1640) | Chayim | 2021-10-25 | 13 | -0/+2376 |
| | |||||
* | redisjson support (#1636) | Chayim | 2021-10-25 | 10 | -123/+526 |
| | |||||
* | Pre 6.2 redis should default to None for script flush (#1641) | Chayim | 2021-10-25 | 1 | -5/+11 |
| | |||||
* | Add FULL option to XINFO SUMMARY (#1638) | Agustin Marquez | 2021-10-25 | 2 | -9/+25 |
| | |||||
* | Enable floating parameters in SET (ex and px) (#1635) | Avital Fine | 2021-10-21 | 1 | -2/+8 |
| | |||||
* | Add warning when hiredis not installed. Recommend installation. (#1621) | adiamzn | 2021-10-19 | 1 | -0/+3 |
| | |||||
* | Removing packaging dependency (#1626) | Chayim | 2021-10-19 | 1 | -5/+5 |
| | |||||
* | Add support to consumername in `xpending_range` (#1602) | Avital Fine | 2021-10-19 | 1 | -4/+10 |
| | |||||
* | Raising NotImplementedError for SCRIPT DEBUG and DEBUG SEGFAULT (#1624) | Chayim | 2021-10-18 | 1 | -0/+10 |
| | |||||
* | CLIENT REDIR command support (#1623) | Chayim | 2021-10-18 | 2 | -0/+9 |
| | |||||
* | REPLICAOF command implementation (#1622) | Chayim | 2021-10-18 | 2 | -0/+15 |
| | |||||
* | Normalize minid and maxlen docs (#1593) | Andrew Chen Wang | 2021-10-18 | 1 | -4/+6 |
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | ||||
* | Update docs for multiple usernames for ACL DELUSER (#1595) | Andrew Chen Wang | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Add support to NX XX and CH to `GEOADD` (#1605) | Avital Fine | 2021-10-18 | 1 | -2/+24 |
| | |||||
* | Fix grammar of get param in set command (#1588) | Andrew Chen Wang | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Fix docs for client_kill_filter (#1584) | Andrew Chen Wang | 2021-10-18 | 1 | -2/+2 |
| | |||||
* | add support to `ZRANGE` and `ZRANGESTORE` parameters (#1603) | Avital Fine | 2021-10-18 | 1 | -115/+130 |
| | |||||
* | 4.0.0 beta 1 versioning - prior to pypi release (#1615)v4.0.0b1ck-releasedrafter | Chayim | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1606 from AvitalFineRedis/GEORADIUS_count_any | Avital Fine | 2021-10-14 | 1 | -12/+19 |
|\ | | | | | Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH | ||||
| * | Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH | AvitalFineRedis | 2021-10-13 | 1 | -12/+19 |
| | | |||||
* | | Merge pull request #1613 from AvitalFineRedis/MEMORY-MALLOC-STATS | Avital Fine | 2021-10-14 | 1 | -0/+4 |
|\ \ | | | | | | | Support MEMORY MALLOC-STATS | ||||
| * | | implement memory_malloc_stats | AvitalFineRedis | 2021-10-14 | 1 | -0/+4 |
| |/ | |||||
* | | Fix `retry` attribute in UnixDomainSocketConnection (#1604) | nbraun-amazon | 2021-10-14 | 1 | -1/+15 |
| | | |||||
* | | Remove unused BitFieldOperation in client.py (#1590) | Andrew Chen Wang | 2021-10-14 | 1 | -97/+0 |
| | | |||||
* | | Add client_id param to docs for client_list (#1589) | Andrew Chen Wang | 2021-10-14 | 1 | -1/+2 |
| | | |||||
* | | Simplify MODULE LOAD and fix SCRIPT FLUSH doc (#1597) | Andrew Chen Wang | 2021-10-14 | 1 | -4/+2 |
| | | |||||
* | | Merge pull request #1608 from AvitalFineRedis/MEMORY_DOCTOR | Avital Fine | 2021-10-14 | 1 | -17/+36 |
|\ \ | | | | | | | Throw NotImplementedError for MEMORY DOCTOR and MEMORY HELP | ||||
| * | | Throw NotImplementedError | AvitalFineRedis | 2021-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Throw NotImplementedError | AvitalFineRedis | 2021-10-14 | 1 | -0/+5 |
| | | | |||||
| * | | Throw NotImplementedError | AvitalFineRedis | 2021-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | flake8 | AvitalFineRedis | 2021-10-13 | 1 | -3/+9 |
| | | | |||||
| * | | stam | AvitalFineRedis | 2021-10-13 | 1 | -12/+14 |
| | | | |||||
| * | | raise NotImplementedError | AvitalFineRedis | 2021-10-13 | 1 | -5/+11 |
| |/ | |||||
* | | Throw NotImplementedError | AvitalFineRedis | 2021-10-14 | 1 | -2/+2 |
| | | |||||
* | | Throw NotImplementedError | AvitalFineRedis | 2021-10-14 | 1 | -1/+1 |
| | | |||||
* | | Throw NotImplementedError | AvitalFineRedis | 2021-10-14 | 1 | -0/+5 |
|/ | |||||
* | Making 3.9.9 a placeholder version - prior to 4.0.0 (#1599) | Chayim | 2021-10-11 | 1 | -1/+1 |
| | |||||
* | Use Oxford comma properly in getex (#1586) | Andrew Chen Wang | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | Implement/test LOLWUT command (#1568) | Rajiv Bakulesh Shah | 2021-10-01 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+19 |
| | |||||
* | Auto-reconnect PubSub on `get_message` (#1574) | Theron Luhn | 2021-09-30 | 1 | -1/+4 |
| | |||||
* | IDLETIME and FREQ support for RESTORE (#1580) | Chayim | 2021-09-30 | 1 | -1/+23 |
| | |||||
* | Supporting args with MODULE LOAD (#1579) | Chayim | 2021-09-30 | 1 | -2/+4 |
| | | | Part of #1546 |