Мелочи по keydb

This commit is contained in:
2025-07-05 00:38:30 +08:00
parent 10bf297543
commit fbc5ea4428
2 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
IPTV_ENV=prod IPTV_ENV=dev
KEYDB_UID=1000 KEYDB_UID=1000
KEYDB_GID=1000 KEYDB_GID=1000

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