摘要: 1编写配置文件(红字) [root@db01 ~]# vim /opt/redis_cluster/redis_6379/conf/redis_6379.conf ### 以守护进程模式启动 daemonize yes ### 绑定的主机地址 bind 10.0.0.201 127.0.0.1 ## 阅读全文
posted @ 2021-04-02 17:24 linuxTang 阅读(66) 评论(0) 推荐(0)
摘要: 1持久化只需要在配置文件中添加如下3行红字,只要满足一个条件,就可以保存数据 [root@db01 ~]# vim /opt/redis_cluster/redis_6379/conf/redis_6379.conf ### 以守护进程模式启动 daemonize yes ### 绑定的主机地址 b 阅读全文
posted @ 2021-04-02 17:16 linuxTang 阅读(62) 评论(0) 推荐(0)