How to listen multiple subscribe #2074
TelTecTomelin
started this conversation in
General
Replies: 0 comments
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.
-
Hi,
I need to listen to multiple channels in PubSub by Redis, the currently I using these parameters to listen to the one channel:
But I would like to listen to multiple channels kind of:
redisClient.Subscribe(ctx, "channel*")
But the * or :* does not work with this library, how can I listen to multiple channels?
Beta Was this translation helpful? Give feedback.
All reactions