84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
redis server安装在虚拟机的ubuntu系统下,Redis Desktop Manager安装在Windows下,想通过Windows下的Redis Desktop Manager连接ubuntu下的redis,但一直连接失败,该如何配置才能连接上redis?
You should try pingto connect first, and then start redis-server in the virtual machine, and then connect again.
ping
Modify the /etc/redis/redis.conf file
Comment out bind 127.0.0.1
protected-mode yes changed to protected-mode no
http://www.cnblogs.com/liusxg/p/5712493.html
You should try
ping
to connect first, and then start redis-server in the virtual machine, and then connect again.Modify the /etc/redis/redis.conf file
Comment out bind 127.0.0.1
protected-mode yes changed to protected-mode no
http://www.cnblogs.com/liusxg/p/5712493.html