From 0ebc69b6b6cd67787dc10abb68f067d6aa3990e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A4=8D?= Date: Mon, 12 Feb 2018 16:38:48 +0900 Subject: [PATCH] Fix typo in redis.conf Fix `five behaviors` to `eight behaviors` in [this sentence ](https://github.com/antirez/redis/blob/unstable/redis.conf#L564) --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 1e1f5313f..9d85fea33 100644 --- a/redis.conf +++ b/redis.conf @@ -561,7 +561,7 @@ slave-priority 100 # maxmemory # MAXMEMORY POLICY: how Redis will select what to remove when maxmemory -# is reached. You can select among five behaviors: +# is reached. You can select among eight behaviors: # # volatile-lru -> Evict using approximated LRU among the keys with an expire set. # allkeys-lru -> Evict any key using approximated LRU.