-
Notifications
You must be signed in to change notification settings - Fork 448
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
About redis:subscribe #64
Comments
@weiyoung-zhou According to the official redis command documentation below http://redis.io/commands/subscribe your first usage is correct. |
The problem has been solved. Redis-cli subscribe response
The second response
will be returned by Thanks for your attention. Thanks for your response.Your attention to this problem will be highly appreciated. @agentzh
Stack traceback
Redis-cli subscribe response
Lua-resty-redis subscribe response
|
@weiyoung-zhou I guess there's some bug in your own Lua code. Try starting with the simplest case to isolate the problem. If you really believe it is a bug in lua-resty-redis, please try to provide a standalone and minimized example that I can run on my side to reproduce the issue. The code snippet in your last comment is just too large for me to analyze. |
@agentzh The problem has been solved. |
Thanks so much for your great contribution. @agentzh
And there is a problem with
redis:subscribe
.Can I subscribe multiple channels by such code?
The text was updated successfully, but these errors were encountered: