Opened 8 years ago
Closed 8 years ago
#1120 closed enhancement (invalid)
ngx_http_redis doesn't support redis AUTH
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.9.x |
Keywords: | redis, auth, password | Cc: | |
uname -a: | |||
nginx -V: | nginx version: nginx/1.10.1 |
Description
The default redis module: https://www.nginx.com/resources/wiki/modules/redis/ doesn't support redis with passwords. This can be done using redis AUTH subcommand: http://redis.io/commands/AUTH
This fork has the AUTH command working: https://github.com/Yongke/ngx_http_redis-0.3.7, maybe you could merge these changes to the upstream?
Note:
See TracTickets
for help on using tickets.
There is no redis module in nginx. The page you are referring to is a wiki page describing a 3rd party module. You may want to ask the module author instead.