Redis Connection Refused 發表於 2020-07-21 分類於 redis 將 Redis 升級到 6.0.5 後,執行 redis-cli 後會提示 Could not connect to Redis at 127.0.0.1:6379: Connection refused,這時只要修改 redis.conf 將 bind 刪除及將 protected-mode 設為 no 即可 12345# 將 bind 刪除或標註# bind 192.168.0.5# 將 protected-mode yes 改為 noprotected-mode no 作者: recca0120 文章連結: https://recca0120.github.io/2020/07/21/redis-connection-refused/ 版權聲明: 本網誌所有文章除特別聲明外,均採用 BY-NC-SA 許可協議。轉載請註明出處!