]> 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 ac0bcced4a6f6d8f557887dad614a8bb64332d28..145ec5243e93a72686067cb180441b583d06f27f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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,8 +24,6 @@ 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?
 
 OPTIMIZATIONS