-
Hello! Please tell me how can I use these redis settings to save data automatically? rdb: true
save:
- "900 1"
- "300 10"
- "60 10000"
appendonly: true
--- |
Beta Was this translation helpful? Give feedback.
Answered by
dranikpg
Nov 18, 2023
Replies: 1 comment 1 reply
-
You can use the snapshot_cron flag to save it periodically, we don't support redis frequency intervals |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Letfdsada
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the snapshot_cron flag to save it periodically, we don't support redis frequency intervals