Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ddbdd3b0
Commit
ddbdd3b0
authored
Mar 27, 2014
by
antirez
Browse files
Document TTL changes in the 2.6 -> 2.8 migration doc.
parent
d2e59c27
Changes
1
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
ddbdd3b0
...
@@ -308,6 +308,9 @@ that you should be aware of:
...
@@ -308,6 +308,9 @@ that you should be aware of:
The following commands changed behavior:
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
* SORT with ALPHA now sorts according to local collation locale if no STORE
option is used.
option is used.
* ZADD/ZINCRBY are now able to accept a bigger range of values as valid
* ZADD/ZINCRBY are now able to accept a bigger range of values as valid
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment