]> git.saurik.com Git - redis.git/commitdiff
fix typo of redis.conf
authorquiver <george@alpamayo.(none)>
Sat, 10 Mar 2012 12:06:08 +0000 (21:06 +0900)
committerantirez <antirez@gmail.com>
Sat, 10 Mar 2012 12:23:31 +0000 (13:23 +0100)
redis.conf

index 80e14ad953dc15f5ae09777d37e016e3a604b6ef..e03359963ba5081d6210954e248ac45c0973f18d 100644 (file)
@@ -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
 #