summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-09-15 17:04:55 +0200
committerantirez <antirez@gmail.com>2011-09-15 17:04:55 +0200
commitf1907057221cc1601a914c7626d896483999fb39 (patch)
treec81f72a77ebeccb4a58c7292554070e358b0e54d /TODO
parent7feb90fa3709a612c272dc1fb0a239752c8c6bbd (diff)
downloadredis-f1907057221cc1601a914c7626d896483999fb39.tar.gz
TODO updated with 2.6 things
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index aeb58229b..f24cec23b 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,14 @@ API CHANGES
the variable number of arguments represent values, and there is no conflict
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
=======
@@ -34,7 +42,8 @@ SCRIPTING
* MULTI/EXEC/...: should we do more than simply ignoring it?
* Prevent Lua from calling itself with redis("eval",...)
* 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
================