1. 程式人生 > 其它 >Redis (error) NOAUTH Authentication required解決方法

Redis (error) NOAUTH Authentication required解決方法

技術標籤:redis

Redis (error) NOAUTH Authentication required解決方法

輸入密碼即可解決

127.0.0.1:6379> auth "root"
OK

redis密碼設定
1.配置檔案設定密碼
redis安裝目錄下,開啟redis.windows-server.conf

# requirepass foobared
# requirepass 1234 #設定密碼

(在444行左右)
配置檔案位置