X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/bb8716b6dc6980415da8b40b46ffb6e637f33a6c..2f6b31c3bb95443991513e496d8d19656c4a80b5:/TODO diff --git a/TODO b/TODO index 4fcdb18f..830149b3 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,8 @@ VERSION 2.2 TODO (Optimizations and latency) * Support for syslog(3). * Change the implementation of ZCOUNT to use the augmented skiplist in order to be much faster. +* Add an explicit test for MULTI/EXEC reloaded in the AOF. +* Command table -> hash table, with support for command renaming VM TODO ======= @@ -56,3 +58,9 @@ KNOWN BUGS ========== * LRANGE and other commands are using 32 bit integers for ranges, and overflows are not detected. So LRANGE mylist 0 23498204823094823904823904 will have random effects. + +REDIS CLI TODO +============== + +* Computer parsable output generation +* Memoize return values so that they can be used later as arguments, like $1