X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/5833cf1676a4351e3fc7ea57c59d3ccad2a15632..86de66e32fa35541e7034841b78bafab77759c3c:/TODO

diff --git a/TODO b/TODO
index ac0bcced..145ec524 100644
--- 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