]> git.saurik.com Git - redis.git/commitdiff
Scripting todo list updated
authorantirez <antirez@gmail.com>
Sun, 1 May 2011 13:50:33 +0000 (15:50 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:46 +0000 (12:32 +0200)
src/SCRIPTING.txt

index 64d47580176e264b01f0718a648cc31c3b8bc1e8..13f1446aeec459b68ff932dee736534bbb8140e0 100644 (file)
@@ -1,4 +1,5 @@
 TODO:
 
     redis('get',1) => crash
-    Fix multi bulk replies, redis('lrange', ...)
+    Check what happens abotu MULTI/EXEC
+    Prevent Lua from calling itself with redis("eval",...)