From ae21a529262a160521d6d4715c718118c840fa61 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 11 Aug 2009 03:00:50 +0200 Subject: [PATCH] TODO list modified --- TODO | 1 + 1 file changed, 1 insertion(+) 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