-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
"Cannot send commands in PubSub mode" error on ping #2345
"Cannot send commands in PubSub mode" error on ping #2345
Comments
this is a known limitation with the current PubSub implementation in the client (which validates PubSub mode on the client side).. it's already fixed in #2344 (which not only "add support for sharded PubSub", but also improves "normal PubSub") edit: |
Thank you @leibale 😄 So fingers corsed that you get around to it this week 🤞🏼 |
@leibale Where you able to release? |
@TarSzator Unfortenly not, I had to work on something else at the end of last week :( |
Thank you @leibale for the response and the workaround hints. I like your plan for the release 😃 |
@TarSzator apparently PubSub & Sharded PubSub + Cluster is a little bit more complicated than I anticipated, but it's almost ready... sorry for all the delays... |
@leibale Thanks for keeping this issue up2date. Still planing to finish |
I'll release a version with or without it (depends if I'll finish it in time) tomorrow |
@TarSzator I can't release an RC version of Sorry for all the delays. |
I should be able to easily switch to |
@TarSzator |
@TarSzator have you tried the "next" version? does it work? |
@leibale Works fine for me. Thanks a lot. When will you release it as fully? |
@leibale Is there an ETA for v1.5.0? |
I already missed the "promised" day a couple of times, so I won't make that mistake again...
Sorry for all the delays. edit: |
Understandable @leibale No rush, mainly just wanted to understand the next steps. |
@TarSzator Once #2373 will be ready I'll merge it + (about) 10 more PRs and release them all |
@TarSzator just an update.. I'm pretty sure that it works, just need to clean the code a bit + add more tests.. Hopefully my next comment will be after releasing it.. :) |
@leibale Thanks a lot for keeping me in the loop |
@TarSzator |
As I understand the sentence
on Redis Pub/Sub
I should not get the error
on a ping call with the redis client
Environment:
The text was updated successfully, but these errors were encountered: