这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 | |||
分享:技术:redis:redis的安装 [2015/07/20 09:26] gxx |
分享:技术:redis:redis的安装 [2015/07/27 13:40] (当前版本) gxx |
||
---|---|---|---|
行 35: | 行 35: | ||
127.0.0.1:6379> | 127.0.0.1:6379> | ||
</code> | </code> | ||
+ | 如果redis对外提供服务,不仅仅接受localhost(127.0.0.1)的请求,则必须注释掉''/etc/redis/redis.conf''的55行''#bind 127.0.0.1''。 |