Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Similar to the pubsub := rdb.Subscribe(ctx, "chan_one", "chan_two"...)
... :) |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
When I do:
and then check on redis server:
CLIENT LIST
I can see 100 connections are created.
and
INFO CLIENTS
shows connected_clients:100+Should it be just 1 connection from single rdb client instance?
Beta Was this translation helpful? Give feedback.
All reactions