Redis Subscriber
The cpp_redis::subscriber is meant to be used for PUB/SUB communication with the Redis server.
Please do not use cpp_redis::client to subscribe to some Redis channels as:
- the behavior is undefined
-
cpp_redis::clientis not meant for that