]> git.saurik.com Git - redis.git/blobdiff - TODO
shareobjectspoolsize implemented in reds.conf, in order to control the pool size...
[redis.git] / TODO
diff --git a/TODO b/TODO
index cdd50f7a00cb5e95248a2f40e290d1d3043538ac..9addd6e62bc1c33a6333bdd8a296f496ab0a2e1e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -29,6 +29,7 @@ AFTER 1.0 stable release
    side the type also takes an hash table with key->score mapping, so that when
    there is an update we lookup the current score and can traverse the tree.
  * BITMAP type
+ * LRANGE 4 0 should return the same elements as LRANGE 0 4 but in reverse order
 
 FUTURE HINTS