Add more persistence

This commit is contained in:
Root User 2026-03-21 13:56:58 +01:00
parent d86869ce9a
commit 946f3c5d59
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -711,7 +711,7 @@ in {
#
# You can set these explicitly by uncommenting the following line.
#
# save 3600 1 300 100 60 10000
save 3600 1 300 100 60 10000
# By default the server will stop accepting writes if RDB snapshots are enabled
# (at least one save point) and the latest background save failed.
@ -1728,7 +1728,7 @@ in {
#
# Please check https://valkey.io/topics/persistence for more information.
appendonly no
appendonly yes
# The base name of the append only file.
#