forked from Cylix/cpp_redis
-
Notifications
You must be signed in to change notification settings - Fork 201
Redis Subscriber
appkins edited this page Nov 24, 2018
·
1 revision
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::client
is not meant for that
Need more information? Contact me.