]> git.saurik.com Git - redis.git/blobdiff - TODO
Merge branch 'lists' of git://github.com/pietern/redis
[redis.git] / TODO
diff --git a/TODO b/TODO
index d9a6e61b05f72f9cd670f793165244da25fa63be..309638484683943ed5ea4671f2d3be42823246ec 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,12 +4,8 @@ Redis TODO and Roadmap
 VERSION 2.2 TODO (Optimizations and latency)
 ============================================
 
-* Lower the CPU usage.
-* Lower the RAM usage everywhere possible.
-* Specially encoded Sets (like Hashes).
+* Support for syslog(3).
 * Implement an UDP interface for low-latency operations.
-* What about a special coding that is about storing the "rdb" serialized format instead of the actual value? This can be used when we have LRU in order to super-compress data into memory, for data not accessed frequetly. It's a VM-alike strategy but fully in memory, may reduce the space to hold some dataset in an impressive way. Trivial to implement.
-* Another idea: LRU does not need to be super precise right? Maybe it's a good idea to just put into the skiplist implementing the LRU just the pointer to the key without evne incr/decr business, nor the need to remove the pointer when the key is deleted. There is to think more about that.
 
 VERSION 2.x TODO
 ================