mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
fix typo of redis.conf
This commit is contained in:
parent
64b4c33c0b
commit
96e9f8d5e3
@ -246,7 +246,7 @@ slave-serve-stale-data yes
|
|||||||
# volatile-lru -> remove the key with an expire set using an LRU algorithm
|
# volatile-lru -> remove the key with an expire set using an LRU algorithm
|
||||||
# allkeys-lru -> remove any key accordingly to the LRU algorithm
|
# allkeys-lru -> remove any key accordingly to the LRU algorithm
|
||||||
# volatile-random -> remove a random key with an expire set
|
# volatile-random -> remove a random key with an expire set
|
||||||
# allkeys->random -> remove a random key, any key
|
# allkeys-random -> remove a random key, any key
|
||||||
# volatile-ttl -> remove the key with the nearest expire time (minor TTL)
|
# volatile-ttl -> remove the key with the nearest expire time (minor TTL)
|
||||||
# noeviction -> don't expire at all, just return an error on write operations
|
# noeviction -> don't expire at all, just return an error on write operations
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user