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

Cannot subscribe to Cluster client #2065

Closed
nirlo opened this issue Apr 1, 2022 · 4 comments · Fixed by #2373
Closed

Cannot subscribe to Cluster client #2065

nirlo opened this issue Apr 1, 2022 · 4 comments · Fixed by #2373
Labels

Comments

@nirlo
Copy link

nirlo commented Apr 1, 2022

I've been looking to use the cluster client, but there seems to be a lot of missing functionality.

The cluster connection only seems to be able to run sever commands and does not have the functionality of the normal redis client.

Although we can individually connect to a node in the cluster, it would be better if the the subscription round robins to the different nodes in the cluster as a part of the library.

@nirlo nirlo added the Bug label Apr 1, 2022
@leibale leibale added feature and removed Bug labels Apr 5, 2022
@richardwu
Copy link

I ended up using ioredis which does support subscribe/psubscribe for clusters.

@almandsky
Copy link

Any update on this? I may need to switch to ioredis as well due to the same reason.

@gmerciel
Copy link

Same thing, "subscribe" method is not available for RedisCluster. At least this could be put as a warning on the docs... so we take it into consideration when we select which library to use...

@jlippold
Copy link

I know this issue was marked as completed, but does anyone have a working example with socket io and cluster mode in aws elasticache?

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

Successfully merging a pull request may close this issue.

6 participants