$ redis-cli -h "{{ ansible_ssh_host }}" -p "{{ port }}" -a "{{ requirepass }}" shutdown
关闭前,会根据配置,做相关持久化,如果内存中数据量较大,关闭时间可能会持续一会。
$ redis-cli -h "{{ ansible_ssh_host }}" -p "{{ port }}" -a "{{ requirepass }}" shutdown
关闭前,会根据配置,做相关持久化,如果内存中数据量较大,关闭时间可能会持续一会。
本文标题:【redis】用非交互的方式关闭 redis server
本文链接:https://www.haomeiwen.com/subject/trovxrtx.html
网友评论