From 192d53679d969799e21574b7607dca9e2fc822d8 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 18 Apr 2012 12:09:43 +0200 Subject: [PATCH] Add note about possible out-of-sync redis caches --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57a1ee03..2fc97856 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ Run node app.js [development | production] ``` +Note that caches are kept in redis. If you're not seeing what +you expect there may be out-of-sync records in there. +Take a look: http://redis.io/commands + URLs ----