-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add support for Redis 7 sharded Pub/Sub #1984
Comments
Do we know when will lettuce support sharded Pub/Sub? |
want to use this as well, any plan for support? |
@mp911de is there any plan to implement this in the near future? |
This feature requires a bit of design. While there is an intent to implement this, there's no time-line as this project is maintained in our spare time. |
any updates? @mp911de |
is it possible to submit a PR on this? any specific design decision we need to be aware? @mp911de |
Happy to review a pull request. |
The sharded pub/sub should be handled by
Duplicate of #2762 |
See https://redis.io/topics/pubsub#sharded-pubsub
For the Cluster Pub/Sub, we likely need to only consider keys for routing as Cluster Pub/Sub intentionally drops the slot hash calculation.
The text was updated successfully, but these errors were encountered: