From b2fd9f7e7cda64ba9b4863c141913bf31b519522 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 15 Oct 2018 11:01:37 +0200 Subject: [PATCH] redis.conf typo fixed: ingore -> ignore. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 5e5362bb1..93ab9a42e 100644 --- a/redis.conf +++ b/redis.conf @@ -625,7 +625,7 @@ replica-priority 100 # memory to never hit a real out-of-memory condition before the master hits # the configured maxmemory setting. # -# replica-ingore-maxmemory yes +# replica-ignore-maxmemory yes ############################# LAZY FREEING ####################################