Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Redis Subscriber

Simon Ninon edited this page Sep 25, 2017 · 12 revisions

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

Full documentation on Doxygen