-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
How to connect to the redis sharded cluster? #82
Comments
this accepts the same options of ioredis |
in ioredis to connect to the cluster you need to create a separate instance of the cluster like this. |
dcompton-eg
added a commit
to dcompton-eg/mqemitter-redis
that referenced
this issue
Apr 18, 2024
* enable configuration of redis cluster * allow pre-configured client
dcompton-eg
added a commit
to dcompton-eg/mqemitter-redis
that referenced
this issue
Apr 18, 2024
* enable configuration of redis cluster * allow pre-configured client
dcompton-eg
added a commit
to dcompton-eg/mqemitter-redis
that referenced
this issue
Apr 22, 2024
dcompton-eg
added a commit
to dcompton-eg/mqemitter-redis
that referenced
this issue
Apr 22, 2024
* enable configuration of redis cluster * allow pre-configured client
dcompton-eg
added a commit
to dcompton-eg/mqemitter-redis
that referenced
this issue
Apr 22, 2024
* enable configuration of redis cluster * allow pre-configured client
dcompton-eg
added a commit
to dcompton-eg/mqemitter-redis
that referenced
this issue
Apr 25, 2024
* allow pre-configured client
mcollina
pushed a commit
that referenced
this issue
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how can we connect to a redis cluster.
Like ioredis does provide way to connect to the redis cluster.
The text was updated successfully, but these errors were encountered: