From 5e049d41ed5e1440c9c1a45801a4b4b05818ec44 Mon Sep 17 00:00:00 2001 From: quiver Date: Sat, 10 Mar 2012 21:06:08 +0900 Subject: [PATCH] fix typo of redis.conf --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 80e14ad95..e03359963 100644 --- a/redis.conf +++ b/redis.conf @@ -246,7 +246,7 @@ slave-serve-stale-data yes # volatile-lru -> remove the key with an expire set using an LRU algorithm # allkeys-lru -> remove any key accordingly to the LRU algorithm # volatile-random -> remove a random key with an expire set -# allkeys->random -> remove a random key, any key +# allkeys-random -> remove a random key, any key # volatile-ttl -> remove the key with the nearest expire time (minor TTL) # noeviction -> don't expire at all, just return an error on write operations #