From e2dda130d9f29b37d8cf2618c19ccb036d688b9f Mon Sep 17 00:00:00 2001 From: Daniel Grippi Date: Tue, 8 Nov 2011 16:02:23 -0800 Subject: [PATCH] redis cache requires redis 2.4 or later (re: sorted sets) [ci skip] --- config/application.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.yml.example b/config/application.yml.example index 601422700..a5cf105d4 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -159,7 +159,7 @@ defaults: &defaults # Enable the cache layer (Redis) # If you expect to have thousands of users on your pod, # we *highly* suggest you enable this. - # Get sure that you Redis version is at 2.1.6 or later. + # IMPORTANT: THE CACHE REQUIRES REDIS 2.4 OR LATER. # # By default, the cache layer will piggyback off of the Redis # database used by your Resque workers.