(error) NOAUTH Authentication required.

(error) NOAUTH Authentication required.

輸入密碼即可,密碼字符串形式!

127.0.0.1:6379> keys *
(error) NOAUTH Authentication required.
127.0.0.1:6379> set key "hello"
(error) NOAUTH Authentication required.
127.0.0.1:6379> auth 123456
OK
127.0.0.1:6379> set key "hello"
OK

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章