]> git.saurik.com Git - redis.git/commitdiff
TODO updated
authorantirez <antirez@gmail.com>
Mon, 14 Jun 2010 15:59:03 +0000 (17:59 +0200)
committerantirez <antirez@gmail.com>
Mon, 14 Jun 2010 15:59:03 +0000 (17:59 +0200)
TODO

diff --git a/TODO b/TODO
index 7b5febcbeaa9a94d8081fadbdec6a094bb2d89f2..309638484683943ed5ea4671f2d3be42823246ec 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,13 +6,6 @@ VERSION 2.2 TODO (Optimizations and latency)
 
 * Support for syslog(3).
 * Implement an UDP interface for low-latency operations.
-* Use the same pointer of db->dict in db->expire hash table for keys.
-  1) Set the keyptr hash table type key destructor to NULL.
-  2) Don't copy the key in setExpire(), but instead lookup the same key
-     in the dict hash table, and use it.
-  3) Make sure (and add comments about this) that when a key is deleted or
-     an expire is touched, the order is: delete the expire, delete the key.
-  4) Make sure the SETEX command works well in all the cases. Add tests.
 
 VERSION 2.x TODO
 ================