Replies: 1 comment 4 replies
-
Cluster connections are not currently implemented. This would need to be added in this class. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
socket_io.init_app(app,
message_queue=f'redis://:{r_base.password}@{r_base.host}:{r_base.port}/0',
)
I have nodes = [xx1,xx2,xx3,xx4,xx5,xx6]
How to connect to redis cluster ?
Beta Was this translation helpful? Give feedback.
All reactions