open redis port for remote connections

edit /etc/redis.conf

Add below line after bind 127.0.0.1, then try redis-cli -h xxx.xxx.xxx.xxx ping, it should work now.

bind 0.0.0.0

posted @ 2015-06-04 17:55  GreatK  阅读(238)  评论(0编辑  收藏  举报