redis.conf typo fixed: ingore -> ignore.

This commit is contained in:
antirez 2018-10-15 11:01:37 +02:00
parent 22770d762c
commit 3a745674cf

View File

@ -625,7 +625,7 @@ replica-priority 100
# memory to never hit a real out-of-memory condition before the master hits # memory to never hit a real out-of-memory condition before the master hits
# the configured maxmemory setting. # the configured maxmemory setting.
# #
# replica-ingore-maxmemory yes # replica-ignore-maxmemory yes
############################# LAZY FREEING #################################### ############################# LAZY FREEING ####################################