From 389faae58e9f981064f23418a0884902428b0047 Mon Sep 17 00:00:00 2001 From: Michael Chaten Date: Mon, 9 Dec 2019 11:27:53 -0800 Subject: [PATCH] Change description to be agnostic to the number of policies. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 27365641b..d37760176 100644 --- a/redis.conf +++ b/redis.conf @@ -811,7 +811,7 @@ replica-priority 100 # maxmemory # MAXMEMORY POLICY: how Redis will select what to remove when maxmemory -# is reached. You can select among eight behaviors: +# is reached. You can select one from the following behaviors: # # volatile-lru -> Evict using approximated LRU, only keys with an expire set. # allkeys-lru -> Evict any key using approximated LRU.