Opened 7 years ago

Closed 7 years ago

#1120 closed enhancement (invalid)

ngx_http_redis doesn't support redis AUTH

Reported by: onnimonni@… 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?

Change History (1)

comment:1 by Maxim Dounin, 7 years ago

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.