Skip to content
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

Support shard pub/sub #3019

Open
heowc opened this issue Oct 12, 2024 · 2 comments
Open

Support shard pub/sub #3019

heowc opened this issue Oct 12, 2024 · 2 comments
Labels
type: enhancement A general enhancement

Comments

@heowc
Copy link
Contributor

heowc commented Oct 12, 2024

As far as I know, redis 7.0 provides a slightly improved pub/sub.

Accordingly, lettuce related commands have been implemented. Are there any plans to abstract this? 🤔

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 12, 2024
@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 14, 2024
@mp911de
Copy link
Member

mp911de commented Oct 14, 2024

We might, but the underlying issue is to track changes in Redis Cluster topologies and adopt the message listener accordingly. Sending pub/sub messages to shards isn't complex.

@asafpamzn
Copy link

@mp911de , Valkey-GLIDE handles the Redis cluster topology updates and resubscribe on such events. We can integrate it for support of sharded pub/sub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants