redis server安装在虚拟机的ubuntu系统下,Redis Desktop Manager安装在Windows下,想通过Windows下的Redis Desktop Manager连接ubuntu下的redis,但一直连接失败,该如何配置才能连接上redis?
怪我咯2017-04-25 09:04:18
You should try ping
to connect first, and then start redis-server in the virtual machine, and then connect again.
PHP中文网2017-04-25 09:04:18
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