]> git.saurik.com Git - redis.git/blobdiff - TODO
Merge pull request #146 from smly/fixed-redis-check-dump
[redis.git] / TODO
diff --git a/TODO b/TODO
index 93c9699021eac73b0fb2a8bd597279d069ba7597..145ec5243e93a72686067cb180441b583d06f27f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@ Redis TODO
 ----------
 
 WARNING: are you a possible Redis contributor?
-         Before implementing what is listed what is listed in this file
+         Before implementing what is listed in this file
          please drop a message in the Redis google group or chat with
          antirez or pietern on irc.freenode.org #redis to check if the work
          is already in progress and if the feature is still interesting for
@@ -10,11 +10,6 @@ WARNING: are you a possible Redis contributor?
          of a merge. Otherwise it is probably wasted work! Thank you
 
 
-2.6
-===
-
-* Everything under the "SCRIPTING" section.
-
 CLUSTER
 =======
 
@@ -29,11 +24,7 @@ CLUSTER
 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?
-* Check better the replication handling.
-* Prevent execution of writes if random commands are used.
 
 OPTIMIZATIONS
 =============