随笔分类 - redis
redis
摘要:1、Connecting to node 127.0.0.17000 [ERR] Sorry, can't connect to node 192.168.1.917000 redis集群:Connecting to node 127.0.0.1:7000: [ERR] Sorry, can't c
阅读全文
摘要:redis持久化介绍 https://segmentfault.com/a/1190000015897415 1、 开启aof持久化、以守护进程启动、远程访问先把配置文件拷贝一份到/etc/redis/下面,目录随意 cp redis-3.2.4/redis.conf /etc/redis/ vim
阅读全文
摘要:安装参照 https://blog.csdn.net/mingliangniwo/article/details/54600640 https://blog.csdn.net/u013820054/article/details/51354189 redis3.25集群配置文件- daemonize
阅读全文
摘要:1、注释掉 bind 127.0.0.1 2、kill-9 杀死进行 3、redis-server + 配置文件进行重启,
阅读全文
摘要:systemctl管理Redis启动、停止、开机启动 1. 创建服务 vi /lib/systemd/system/redis.service [Unit] Description=Redis After=network.target [Service] ExecStart=/usr/local/b
阅读全文