We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Vedant-Gandhi
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: