Disable RDB
redis-cli -h -p -a config set save ""
Enable RDB
redis-cli -h -p -a config set save "900 1 300 10 60 100000000"
Disable RDB
redis-cli -h -p -a config set save ""
Enable RDB
redis-cli -h -p -a config set save "900 1 300 10 60 100000000"
本文标题:Redis 持久化动态修改
本文链接:https://www.haomeiwen.com/subject/xqfylftx.html
网友评论