Skip to content

Commit 0a55859

Browse files
authored
bringing CHANGES up-to-date (#1600)
1 parent 9e8cfaa commit 0a55859

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

CHANGES

+19-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,27 @@
44
urllib.parse.unquote. Prior versions of redis-py supported this by
55
specifying the ``decode_components`` flag to the ``from_url`` functions.
66
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.
1021
* Added support for ASYNC to SCRIPT FLUSH available in Redis 6.2.0.
1122
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
1324
Redis 2.8.12. Thanks @chayim #1563.
1425
* Added DISCARD support for pipelines available in Redis 2.0.0.
1526
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
1728
Redis 6.2.0. Thanks @chayim. #1562
1829
* Added CLIENT TRACKINFO support available in Redis 6.2.0.
1930
Thanks @chayim. #1560
@@ -31,10 +42,10 @@
3142
Thanks @ian28223 #1489.
3243
* Added support for STRALGO available in Redis 6.0.0.
3344
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.
3546
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
3849
* Added sentinel commands FLUSHCONFIG, CKQUORUM, FAILOVER, and RESET
3950
available in Redis 2.8.12.
4051
Thanks @otherpirate. #834

0 commit comments

Comments
 (0)