Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
* | Support for SCRIPT FLUSH with SYNC/ASYNC (#1567) | Chayim | 2021-09-01 | 1 | -3/+11 | |
| | | | Part of #1546 | |||||
* | CLIENT LIST fix to allow multiple client_ids (#1563) | Chayim | 2021-09-01 | 1 | -5/+10 | |
| | | | | | | | | | * 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) | Chayim | 2021-09-01 | 1 | -0/+6 | |
| | | | | | closes #1539 Part of #1546 | |||||
* | Adding DELUSER list of users support (#1562) | Chayim | 2021-09-01 | 2 | -2/+9 | |
| | | | | | Adding support for ACL help Part of #1546 | |||||
* | Support for CLIENT TRACKINFO (#1560) | Chayim | 2021-09-01 | 2 | -0/+8 | |
| | | | Part of #1546 | |||||
* | GEOSEARCH and GEOSEARCHSTORE (#1526) | Avital Fine | 2021-09-01 | 2 | -5/+141 | |
| | | | | | | | | | | | | | * 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) | Chayim | 2021-09-01 | 1 | -2/+2 | |
| | | | Part of #1546 | |||||
* | Adding support for GENPASS bits (#1558) | Chayim | 2021-09-01 | 1 | -3/+16 | |
| | | | Part of #1546 commands. | |||||
* | Support for QUIT (#1557) | Chayim | 2021-09-01 | 2 | -0/+7 | |
| | | | Part of #1546 | |||||
* | bgsave schedule support (#1555) | Chayim | 2021-09-01 | 1 | -2/+5 | |
| | | | | | bgsave tests Part of #1546 | |||||
* | Support for command count (#1554) | Chayim | 2021-09-01 | 2 | -0/+5 | |
| | | | Part of #1546 | |||||
* | Adding EXAT and PXAT (unix time support) support for SET (#1547) | Avital Fine | 2021-09-01 | 1 | -4/+22 | |
| | | | | | * set in unix time * update skip version | |||||
* | xgroup_createconsumer (#1553) | Avital Fine | 2021-08-30 | 1 | -0/+12 | |
| | ||||||
* | Includes slowlog complexity info if available (#1489) | Ian Bucad | 2021-08-29 | 1 | -11/+17 | |
| | | | | | | | | | | | | * Return slowlog complexity info if available based on https://github.com/andymccurdy/redis-py/pull/622 * Add tests Copied from https://github.com/andymccurdy/redis-py/pull/622 * address flake E306 * Trigger Build | |||||
* | Stralgo (#1528) | Avital Fine | 2021-08-29 | 2 | -0/+76 | |
| | | | | | | | | | | | | | | | | | * add support to STRALDO command * add tests * skip if version .. * new line * lower case * fix comments * callback * change to get | |||||
* | #1434 Added support for ZMSCORE new in Redis 6.2 RC (#1437) | Jiekun | 2021-08-29 | 2 | -0/+20 | |
| | | | | | | | | | | | | | | | * #1434 Added zmscore command support * #1434 Fixed typo and doc * #1434 Set [] as default value for members arg in zmscore func * #1434 Set None as default value for members arg in zmscore func * #1434 Removed default value for members arg in zmscore func * Fixed flake8 formatting Co-authored-by: jiekun.zhu <jiekun.zhu@shopee.com> | |||||
* | Support MINID and LIMIT on XADD (#1548) | Avital Fine | 2021-08-29 | 1 | -3/+19 | |
| | | | * MINID and LIMIT | |||||
* | Merged new sentinel commands from #834 (#1550) | Chayim | 2021-08-29 | 3 | -3/+75 | |
| | | | | | | | | | * Merged new sentinel commands from #835 Thanks you @otherpirate for the contribution! * Added an execute wrapper and tests. The tests ensure that the function is called. Nothing more since we do not currently have enough testing support for sentinel | |||||
* | Use Version instead of StrictVersion since distutils is deprecated. (#1552) | Karthikeyan Singaravelan | 2021-08-29 | 1 | -5/+5 | |
| | ||||||
* | Add retry mechanism with backoff (#1494) | nbraun-amazon | 2021-08-18 | 4 | -86/+291 | |
| | ||||||
* | Migrating commands to a mixin (#1534) | Chayim | 2021-08-18 | 3 | -2846/+3007 | |
| | | | | | | | * Moving redis commands to a mixin This patterns allows for the reuse of these commands across connection types, including modules that are based on this client * splitting sentinel specific commands into the respective mixin | |||||
* | Zunion (#1522) | Avital Fine | 2021-08-15 | 1 | -1/+11 | |
| | | | | | | | | | | | | | | | | | * zinter * change options in _zaggregate * skip for previous versions * add client function * validate the aggregate value * change options to get * add more aggregate tests * add weights guidance | |||||
* | Adding support for CLIENT LIST with ID (#1505) | Chayim | 2021-08-15 | 1 | -6/+9 | |
| | ||||||
* | MINID and LIMIT support for xtrim (#1508) | Chayim | 2021-08-15 | 1 | -3/+21 | |
| | ||||||
* | implementing the LMOVE and BLMOVE commands (#1504) | Chayim | 2021-08-15 | 1 | -2/+19 | |
| | ||||||
* | Added GET argument to SET command (#1412) | Jiekun | 2021-08-08 | 1 | -3/+29 | |
| | ||||||
* | Fix some typos. (#1496) | Binbin | 2021-08-08 | 2 | -8/+8 | |
| | ||||||
* | xautoclaim (#1529) | Avital Fine | 2021-08-05 | 1 | -0/+47 | |
| |