X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/8d196ebac2554d77c15c38b3e730c8f85bdb26a6..0bc03378965e6cd465b49ba5503d35c7adbffe2e:/TODO diff --git a/TODO b/TODO index 4c932d34..57ec0a5d 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,7 @@ BEFORE REDIS 1.0.0-rc1 +- Resize the expires hash tables if needed as well +- Elapsed time in logs for SAVE when saving is going to take more than 2 seconds - TTL command that returns -1 if a key is not volatile otherwise the time to live of a volatile key. - Remove max number of args limit - What happens if the saving child gets killed or segfaults instead of ending normally? Handle this.