Skip to content

Commit e4fbca5

Browse files
committed
changelog
1 parent 12934ae commit e4fbca5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
* 2.4.10 (in development)
2+
* StrictRedis's TTL command now returns a -1 when querying a key with no
3+
expiration. The Redis class continues to return None.
4+
* ZADD and SADD now return integer values indicating the number of items
5+
added. Thanks Homer Strong.
26
* Renamed the base client class to StrictRedis, replacing ZADD and LREM in
37
favor of their official argument order. The Redis class is now a subclass
48
of StrictRedis, implementing the legacy redis-py implementations of ZADD

0 commit comments

Comments
 (0)