Проект разделен на два репозитория

This commit is contained in:
mi
2026-08-14 15:42:45 +03:00
parent e06a77ee1d
commit bbef7a30c9
521 changed files with 2597 additions and 2302 deletions
+32
View File
@@ -0,0 +1,32 @@
bind 0.0.0.0
port 6379
protected-mode yes
daemonize no
supervised no
dir /data
dbfilename dump.rdb
appendonly yes
appendfilename appendonly.aof
appendfsync everysec
aof-use-rdb-preamble yes
auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-size 64mb
save 900 1
save 300 100
save 60 10000
stop-writes-on-bgsave-error yes
maxmemory-policy volatile-lru
timeout 0
tcp-keepalive 300
databases 3
loglevel notice
logfile ""
latency-monitor-threshold 100
slowlog-log-slower-than 10000
slowlog-max-len 128
client-output-buffer-limit pubsub 32mb 8mb 60
rename-command FLUSHALL ""
rename-command FLUSHDB ""
rename-command CONFIG ""
rename-command MODULE ""
rename-command KEYS ""