From: antirez Date: Sat, 1 Jan 2011 20:44:14 +0000 (+0100) Subject: minor comment change of dscache.c X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/133cf28ee8ac01f6a830fd55d9af281b7f62e3f3 minor comment change of dscache.c --- diff --git a/src/dscache.c b/src/dscache.c index 086ed7aa..1f283b5b 100644 --- a/src/dscache.c +++ b/src/dscache.c @@ -18,6 +18,10 @@ * documentation. */ /* TODO: + * + * WARNING: most of the following todo items and design issues are no + * longer relevant with the new design. Here as a checklist to see if + * some old ideas still apply. * * - The WATCH helper will be used to signal the cache system * we need to flush a given key/dbid into disk, adding this key/dbid