summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-02-06 13:39:07 +0100
committerantirez <antirez@gmail.com>2010-02-06 13:39:07 +0100
commit6766f45ef27af7f028dd71b5b1482365995bf314 (patch)
tree87ccb12bc1f0f3c44fc33ab181b4a8471cf52798 /TODO
parent3c290b9b52c0db299c630cc508d2620ab3497759 (diff)
downloadredis-6766f45ef27af7f028dd71b5b1482365995bf314.tar.gz
multi bulk requests in redis-benchmark, default fsync policy changed to everysec, added a prefix character for DEBUG logs
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index f904821a2..7c66ddcbe 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
Redis TODO and Roadmap
-VERSION 1.4 TODO (Hash type)
-============================
+VERSION 2.0 TODO
+================
* BRPOPLPUSH
* List ops like L/RPUSH L/RPOP should return the new list length.
@@ -21,7 +21,9 @@ Virtual Memory sub-TODO:
* Check what happens performance-wise if instead to create threads again and again the same threads are reused forever. Note: this requires a way to disable this clients in the child, but waiting for empty new jobs queue can be enough.
* Sets of integers are slow to load, for a number of reasons. Fix it. (use slow_sets.rdb file for debugging).
-* Hashes (GET/SET/DEL/INCRBY/EXISTS/FIELDS/LEN/MSET/MGET). Special encoding for hashes with < N keys.
+* Hashes (GET/SET/DEL/INCRBY/EXISTS/FIELDS/LEN/MSET/MGET). Special encoding for hashes with less than N elements.
+* Write documentation for APPEND
+* Implement LEN, SUBSTR, PEEK, POKE, SETBIT, GETBIT
VERSION 2.2 TODO (Fault tolerant sharding)
===========================================