mirror of
https://github.com/fluencelabs/redis
synced 2025-04-02 15:51:05 +00:00
Fixed typo in redis.conf.
This commit is contained in:
parent
2ef57f8d47
commit
8534a290d3
@ -343,7 +343,7 @@ slave-priority 100
|
|||||||
|
|
||||||
# Don't use more memory than the specified amount of bytes.
|
# Don't use more memory than the specified amount of bytes.
|
||||||
# When the memory limit is reached Redis will try to remove keys
|
# When the memory limit is reached Redis will try to remove keys
|
||||||
# accordingly to the eviction policy selected (see maxmemmory-policy).
|
# according to the eviction policy selected (see maxmemory-policy).
|
||||||
#
|
#
|
||||||
# If Redis can't remove keys according to the policy, or if the policy is
|
# If Redis can't remove keys according to the policy, or if the policy is
|
||||||
# set to 'noeviction', Redis will start to reply with errors to commands
|
# set to 'noeviction', Redis will start to reply with errors to commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user