feat: enable redis aof-use-rdb-preamble && disable auto rdb (#3529) (#3535)

Co-authored-by: icey-yu <119291641+icey-yu@users.noreply.github.com>
pull/3551/head
OpenIM-Robot 4 weeks ago committed by GitHub
parent 7a9c336a96
commit 2aab7034b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,7 +63,12 @@ services:
restart: always
sysctls:
net.core.somaxconn: 1024
command: redis-server /usr/local/redis/config/redis.conf --requirepass openIM123 --appendonly yes
command: >
redis-server
--requirepass openIM123
--appendonly yes
--aof-use-rdb-preamble yes
--save ""
networks:
- openim

Loading…
Cancel
Save