Skip to content

Please add filters/extensibility to allow Redis AUTH and SELECT commands #350

@l3rady

Description

@l3rady

Hi,

Please can we get some means to auth and select DB with this plugin when using redis srcache?

A simple filter to allow some pre commands would suffice to pass the commands:

AUTH [username] [password]
SELECT [db_number]

This would allow those that don't have an open redis db connection or those not using the default db0 connect and purge the cache.

You already provide a way to set the HOST, PORT and PREFIX via some defines but its not quite perfect.

Thank you

Activity

gridpane

gridpane commented on Jan 21, 2025

@gridpane

I created a PR for this, they took the work, rolled it in, and didn't credit...

joelabreo227

joelabreo227 commented on Jan 23, 2025

@joelabreo227

Please can we get some means to auth and select DB with this plugin when using redis srcache?

Hi @l3rady -- v2.3.0 addresses this request, please confirm.

I created a PR for this, they took the work, rolled it in, and didn't credit...

We've responded to you here here & here. I'll request you to keep the conversation on this ticket relevant to the original request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @l3rady@gridpane@Vedant-Gandhi@joelabreo227

      Issue actions

        Please add filters/extensibility to allow Redis AUTH and SELECT commands · Issue #350 · rtCamp/nginx-helper