From: antirez Date: Tue, 11 Aug 2009 01:00:50 +0000 (+0200) Subject: TODO list modified X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/ae21a529262a160521d6d4715c718118c840fa61 TODO list modified --- diff --git a/TODO b/TODO index 83750ff9..f7cb74ef 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ BEFORE REDIS 1.0.0-rc1 * Cover most of the source code with test-redis.tcl + * Expiring algorithm should be adaptive, if there are a lot of keys with an expire set and many of this happen to be already expired it should be, proportionally, more aggressive. AFTER 1.0 stable release