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
f1907057
Commit
f1907057
authored
Sep 15, 2011
by
antirez
Browse files
TODO updated with 2.6 things
parent
7feb90fa
Changes
1
Show whitespace changes
Inline
Side-by-side
TODO
View file @
f1907057
...
@@ -17,6 +17,14 @@ API CHANGES
...
@@ -17,6 +17,14 @@ API CHANGES
the variable number of arguments represent values, and there is no conflict
the variable number of arguments represent values, and there is no conflict
with the return value of the command.
with the return value of the command.
2.6
===
* Everything under the "SCRIPTING" section.
* Float increments (INCRBYFLOAT).
* Fix BRPOPLPUSH + vararg LPUSH semantics.
* AOF everysec fsync in background (either the aof-bg branch or something else).
CLUSTER
CLUSTER
=======
=======
...
@@ -34,7 +42,8 @@ SCRIPTING
...
@@ -34,7 +42,8 @@ SCRIPTING
* MULTI/EXEC/...: should we do more than simply ignoring it?
* MULTI/EXEC/...: should we do more than simply ignoring it?
* Prevent Lua from calling itself with redis("eval",...)
* Prevent Lua from calling itself with redis("eval",...)
* SCRIPT FLUSH or alike to start a fresh interpreter?
* SCRIPT FLUSH or alike to start a fresh interpreter?
* http://redis.io/topics/sponsors
* Check better the replication handling.
* Prevent execution of writes if random commands are used.
APPEND ONLY FILE
APPEND ONLY FILE
================
================
...
...
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