summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-03-27 15:53:14 +0100
committerantirez <antirez@gmail.com>2014-03-27 15:53:14 +0100
commitddbdd3b0df13417df218bfed4cbcc29d254aa780 (patch)
tree2539b7182677ff32e7e467071ada41d707bb5d43 /00-RELEASENOTES
parentd2e59c2715ab81ffbaaa6b848bf3c999077c81ac (diff)
downloadredis-ddbdd3b0df13417df218bfed4cbcc29d254aa780.tar.gz
Document TTL changes in the 2.6 -> 2.8 migration doc.
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r--00-RELEASENOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index af70bb9b3..1c6efcc68 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -308,6 +308,9 @@ that you should be aware of:
The following commands changed behavior:
+ * The TTL and PTTL commands now return -2 if the key does not exist and
+ -1 if it exists but has no associated expire. Redis 2.6 and previous
+ versions used to return -1 for both the conditions.
* SORT with ALPHA now sorts according to local collation locale if no STORE
option is used.
* ZADD/ZINCRBY are now able to accept a bigger range of values as valid