summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-07-13 12:04:02 +0200
committerantirez <antirez@gmail.com>2011-07-13 12:04:02 +0200
commit70ecddc9f42750d77b1c6c003488b380dba1dca1 (patch)
tree8681d4d59b47ccc58c1c82c8e7af9f019281b9c4 /TODO
parent331bf3292f249fac99226c591b40fd64a8d7106a (diff)
downloadredis-70ecddc9f42750d77b1c6c003488b380dba1dca1.tar.gz
scripting.txt file removed, content merged into the TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index dd6ba28bd..d45b35047 100644
--- a/TODO
+++ b/TODO
@@ -28,6 +28,14 @@ CLUSTER
* Allow redis-trib to create a cluster-wide snapshot (using SYNC).
* Allow redis-trib to restore a cluster-wide snapshot (implement UPLOAD?).
+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
+
APPEND ONLY FILE
================