From 133cf28ee8ac01f6a830fd55d9af281b7f62e3f3 Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 1 Jan 2011 21:44:14 +0100 Subject: [PATCH] minor comment change of dscache.c --- src/dscache.c | 4 ++++ 1 file changed, 4 insertions(+) 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