-
Notifications
You must be signed in to change notification settings - Fork 30
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
Authentication #18
Comments
At present there's no specific support for this. But individual applications can send an This can be cumbersome depending on the nature of the work being done, so I'll leave this issue open and tag it as a feature request, as it would make sense to handle this as a convenience when opening (and re-opening) connections. |
Thanks'! I'll keep my eyes on this. |
Perhaps authentication could be done by passing a function as argument to connect/paired_connect. This function will be called every time after connecting/reconnecting and before sending any other commands to server. In this function we can call AUTH, SELECT (change database number) and even upload lua scripts. |
How do you handle authentication using this library? In most cases redis is protected by password for safety.
I would like to know how we handle authentication.
The text was updated successfully, but these errors were encountered: