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:
authorJonne Hass <mrzyx@mrzyx.de>2011-11-09 03:53:19 +0400
committerJonne Hass <mrzyx@mrzyx.de>2011-11-09 03:53:19 +0400
commit747539bd9a93858de52e96d7df2bbbc2085a2017 (patch)
tree6c6678a789987cf7d4a656ecb9cafb696b6a5997
parent77a6c7045b124c9a04a95dae74afb32fe9936e8f (diff)
added note about redis version [ci: skip]
-rw-r--r--config/application.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.yml.example b/config/application.yml.example
index 90c50b5e5..601422700 100644
--- a/config/application.yml.example
+++ b/config/application.yml.example
@@ -159,6 +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.
#
# By default, the cache layer will piggyback off of the Redis
# database used by your Resque workers.