From 0e765b6c4c9997ed90ca0db76c966f102b135bef Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 7 Apr 2013 13:43:00 -0700 Subject: [PATCH] note about redis store --- lib/stores/redis.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/stores/redis.js b/lib/stores/redis.js index 4e6bbd8..4c4ec5d 100644 --- a/lib/stores/redis.js +++ b/lib/stores/redis.js @@ -1,3 +1,8 @@ +/** + * Note: You very likely want to use your own Redis-based cache store instead + * of this one, especially for connection pooling. This is primarily an + * example implementation. + */ function redis_store(args) { args = args || {}; var self = {};