-
Notifications
You must be signed in to change notification settings - Fork 101
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
Using authentication through Subscriber #20
Comments
Where is your fork with AUTH for Subscriber? |
I didn't even remember this. I probably have it somewhere in the company I work for's internal repos. I just moved over to using redis3m which has worked great, supports AUTH and never had an issue with it. |
With C++17, I don't want |
So I've checked |
So I've just create a PR to do the job in a more properly way. |
I'm trying to perform authentication via the
AUTH
command. This works just fine throughRedox
but I can't do the same forSubscriber
since it doesn't allow command execution.Are there any plans to add this? For now I just forked the code and added a getter for the internal
Redox
inside the subscriber but it would be really nice if the upstream codebase supported this. Especially since I don't think it's such an odd request to be able to authenticate before subscribing to channels.I can create a PR for this, just let me know how you would like to achieve this (exposing the
Redox
might not be so nice)The text was updated successfully, but these errors were encountered: