redis.conf typo fixed: ingore -> ignore.

This commit is contained in:
antirez 2018-10-15 11:01:37 +02:00
parent f54cde3a15
commit b2fd9f7e7c

View File

@ -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 ####################################