We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12934ae commit e4fbca5Copy full SHA for e4fbca5
CHANGES
@@ -1,4 +1,8 @@
1
* 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.
6
* Renamed the base client class to StrictRedis, replacing ZADD and LREM in
7
favor of their official argument order. The Redis class is now a subclass
8
of StrictRedis, implementing the legacy redis-py implementations of ZADD
0 commit comments