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