Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
l3rady opened this issue Aug 19, 2024 · 0 comments
Open
Assignees

Comments

@l3rady
Copy link

l3rady commented Aug 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants