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 sharded pub/sub #569

Open
mattmatters opened this issue Dec 22, 2022 · 0 comments
Open

Support sharded pub/sub #569

mattmatters opened this issue Dec 22, 2022 · 0 comments

Comments

@mattmatters
Copy link

With redis 7+ you can now use their sharded method described here.

This will enable us to scale a bit better with redis clusters.

Maybe this is just an argument one can provide when creating the class? Could also be an option provided to the publish and subscribe method as that would follow the pattern matching options pattern too.

Happy to contribute a pr :)

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

No branches or pull requests

1 participant