redisclient
redisclient copied to clipboard
How can I get channel when using psubscribe callback?
In the example,async_pubsub.cpp
the only callback function is onMessage , and the only parameter is the value ,So!!!
how can I know the channel when I'm using psubscribe("*")
Currently there is no way. I'll do it later.