Fix typo in redis.conf

Fix `five behaviors` to `eight behaviors` in [this sentence ](https://github.com/antirez/redis/blob/unstable/redis.conf#L564)
This commit is contained in:
2018-02-12 16:38:48 +09:00 committed by GitHub
parent 32ac4c64ba
commit 0ebc69b6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ slave-priority 100
# maxmemory <bytes>
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
# is reached. You can select among five behaviors:
# is reached. You can select among eight behaviors:
#
# volatile-lru -> Evict using approximated LRU among the keys with an expire set.
# allkeys-lru -> Evict any key using approximated LRU.