init spec

This commit is contained in:
2024-11-10 00:10:15 +01:00
parent acd3b2d108
commit d237057ac1
5 changed files with 93 additions and 84 deletions
+7
View File
@@ -0,0 +1,7 @@
# Redis Konfigurationsdatei für Persistenz
save 900 1
save 300 10
save 60 10000
# AOF aktivieren für zusätzliche Datensicherheit
appendonly yes