redis cache requires redis 2.4 or later (re: sorted sets) [ci skip]

This commit is contained in:
Daniel Grippi 2011-11-08 16:02:23 -08:00
parent 747539bd9a
commit e2dda130d9

View file

@ -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.