8000 Redis Subscriber · cpp-redis/cpp_redis Wiki · GitHub
[go: up one dir, main page]

Skip to content
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

Full documentation on Doxygen

Clone this wiki locally

0