|
4 | 4 | urllib.parse.unquote. Prior versions of redis-py supported this by |
5 | 5 | specifying the ``decode_components`` flag to the ``from_url`` functions. |
6 | 6 | This is now done by default and cannot be disabled. #589 |
7 | | - * POTENTIALLY INCOMPATIBLE: Redis commands were moved into a mixin |
8 | | - (see commands.py). Anyone importing ``redis.client`` to access commands |
9 | | - directly should import ``redis.commands``. |
| 7 | + * POTENTIALLY INCOMPATIBLE: Redis commands were moved into a mixin |
| 8 | + (see commands.py). Anyone importing ``redis.client`` to access commands |
| 9 | + directly should import ``redis.commands``. #1534, #1550 |
| 10 | + * Removed technical debt on REDIS_6_VERSION placeholder. Thanks @chayim #1582. |
| 11 | + * Various docus fixes. Thanks @Andrew-Chen-Wang #1585, #1586. |
| 12 | + * Support for LOLWUT command, available since Redis 5.0.0. |
| 13 | + Thanks @brainix #1568. |
| 14 | + * Added support for CLIENT REPLY, available in Redis 3.2.0. |
| 15 | + Thanks @chayim #1581. |
| 16 | + * Support for Auto-reconnect PubSub on get_message. Thanks @luhn #1574. |
| 17 | + * Fix RST syntax error in README/ Thanks @JanCBrammer #1451. |
| 18 | + * IDLETIME and FREQ support for RESTORE. Thanks @chayim #1580. |
| 19 | + * Supporting args with MODULE LOAD. Thanks @chayim #1579. |
| 20 | + * Updating RedisLabs with Redis. Thanks @gkorland #1575. |
10 | 21 | * Added support for ASYNC to SCRIPT FLUSH available in Redis 6.2.0. |
11 | 22 | Thanks @chayim. #1567 |
12 | | - * Added CLIENT LIST fix to support multiple client ids available in |
| 23 | + * Added CLIENT LIST fix to support multiple client ids available in |
13 | 24 | Redis 2.8.12. Thanks @chayim #1563. |
14 | 25 | * Added DISCARD support for pipelines available in Redis 2.0.0. |
15 | 26 | Thanks @chayim #1565. |
16 | | - * Added ACL DELUSER support for deleting lists of users available in |
| 27 | + * Added ACL DELUSER support for deleting lists of users available in |
17 | 28 | Redis 6.2.0. Thanks @chayim. #1562 |
18 | 29 | * Added CLIENT TRACKINFO support available in Redis 6.2.0. |
19 | 30 | Thanks @chayim. #1560 |
|
31 | 42 | Thanks @ian28223 #1489. |
32 | 43 | * Added support for STRALGO available in Redis 6.0.0. |
33 | 44 | Thanks @AvitalFineRedis. #1528 |
34 | | - * Addes support for ZMSCORE available in Redis 6.2.0. |
| 45 | + * Addes support for ZMSCORE available in Redis 6.2.0. |
35 | 46 | Thanks @2014BDuck and @jiekun.zhu. #1437 |
36 | | - * Support MINID and LIMIT on XADD available in Redis 6.2.0. |
37 | | - Thanks @AvitalFineRedis. #1548 |
| 47 | + * Support MINID and LIMIT on XADD available in Redis 6.2.0. |
| 48 | + Thanks @AvitalFineRedis. #1548 |
38 | 49 | * Added sentinel commands FLUSHCONFIG, CKQUORUM, FAILOVER, and RESET |
39 | 50 | available in Redis 2.8.12. |
40 | 51 | Thanks @otherpirate. #834 |
|
0 commit comments