Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grippi <danielgrippi@gmail.com>2011-11-09 04:02:23 +0400
committerDaniel Grippi <danielgrippi@gmail.com>2011-11-09 04:02:23 +0400
commite2dda130d9f29b37d8cf2618c19ccb036d688b9f (patch)
treea850e2c33724c642cde58aab126da011e1c393f0
parent747539bd9a93858de52e96d7df2bbbc2085a2017 (diff)
redis cache requires redis 2.4 or later (re: sorted sets) [ci skip]
-rw-r--r--config/application.yml.example2
1 files changed, 1 insertions, 1 deletions
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.