Redisへの外部サーバからの接続許可設定方法
- 初めてredisを使ってみて、AP-DB構成配下で「Connection refused [tcp://192.168.xxx.xxx:6379]」エラーにしばらく悩まされたのでメモ。
設定方法
-
/etc/redis.confにbind項目を変更する。
sed -i -e "s/^bind *127\.0\.0\.1$/bind 0\.0\.0\.0/g" /etc/redis.conf
/etc/redis.conf- bind 127.0.0.1 + bind 0.0.0.0
まぁ、
- エラーメッセージに書かれてる通りだわな…蓋開けて見りゃ(汗
Author And Source
この問題について(Redisへの外部サーバからの接続許可設定方法), 我々は、より多くの情報をここで見つけました https://qiita.com/LowSE01/items/328cd598c0b7d8f325b2著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .