修改redis配置文件,将
bind 127.0.0.1
to
bind 0.0.0.0
Then restart your service (service redis-server restart)
You can then now check that redis is listening on non-local interface with
redis-cli -h 192.168.x.x ping
(replace 192.168.x.x with your IP adress)
如果出现如下的界面,说明成功了:
修改iptables的地址:
http://www.oschina.net/question/139706_246053
时间: 2024-11-03 14:54:22