forked fromCylix/cpp_redis
- Notifications
You must be signed in to change notification settings - Fork209
Redis Subscriber
appkins edited this pageNov 24, 2018 ·1 revision
Thecpp_redis::subscriber
is meant to be used for PUB/SUB communication with the Redis server.
Please do not usecpp_redis::client
to subscribe to some Redis channels as:
- the behavior is undefined
cpp_redis::client
is not meant for that
Need more information?Contact me.