]> git.saurik.com Git - redis.git/blobdiff - TODO
log rebuilding, random refactoring, work in progress please wait for an OK commit...
[redis.git] / TODO
diff --git a/TODO b/TODO
index 98241884042d10ab7ffe40c2f9b756d1e9e072e2..3d1059df3cbbca71ea70c250b36c4821fea5b593 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,6 +12,9 @@ Most of the features already implemented for this release. The following is a li
 * Append only mode: testing and a command to rebuild the log from scratch.
 * ZRANGEBYSCORE test, ZRANGEBYSCORE LIMIT option.
 * Sorted sets infinity tests.
+* Instead to do the lamest thing of using getDecodedObject only if the encoding
+  of the object != REDIS_ENCODING_RAW, hack getDecodedObject in order to just
+  increment the reference count if the object is already RAW-encoded.
 
 VERSION 1.2 TODO (Hash type)
 ============================
@@ -50,3 +53,4 @@ SHORT/LONG TERM RANDOM TODO ITEMS
  * Replication automated tests
  * BYTEDARRAY type
  * zmalloc() should avoid to add a private header for archs where there is some other kind of libc-specific way to get the size of a malloced block.
+ * Read-only mode.