Compare commits

...

2 Commits

View File

@@ -302,9 +302,8 @@ always-show-logo yes
# #
# save "" # save ""
save 900 1 save 900 10
save 300 10 save 300 100
save 60 10000
# By default Redis will stop accepting writes if RDB snapshots are enabled # By default Redis will stop accepting writes if RDB snapshots are enabled
# (at least one save point) and the latest background save failed. # (at least one save point) and the latest background save failed.
@@ -886,8 +885,8 @@ maxmemory 1073741824
# getset mset msetnx exec sort # getset mset msetnx exec sort
# #
# The default is: # The default is:
#
# maxmemory-policy noeviction maxmemory-policy allkeys-lru
# LRU, LFU and minimal TTL algorithms are not precise algorithms but approximated # LRU, LFU and minimal TTL algorithms are not precise algorithms but approximated
# algorithms (in order to save memory), so you can tune it for speed or # algorithms (in order to save memory), so you can tune it for speed or