HttpRedis2Module 密码验证问题
Closed this issue · 2 comments
liaowb1105 commented
redis的连接如果需要密码 ,在哪里设置呢?
agentzh commented
@liaowb1105 Please, no Chinese here. If you really want to use Chinese, please join the openresty (Chinese) mailing list instead. Please see http://openresty.org/#Community
Regarding your question, you send the AUTH redis command just as any other redis commands you would send (like GET and SET). See
liaowb1105 commented
oh,i see.thank you