cpp_redis  4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
Public Attributes | List of all members
cpp_redis::subscriber::callback_holder Struct Reference

Public Attributes

read_callback_t read_callback
 
acknowledgement_callback_t acknowledgement_callback
 

Detailed Description

struct to hold callbacks (sub and ack) for a given channel or pattern

Member Data Documentation

◆ acknowledgement_callback

acknowledgement_callback_t cpp_redis::subscriber::callback_holder::acknowledgement_callback

◆ read_callback

read_callback_t cpp_redis::subscriber::callback_holder::read_callback

The documentation for this struct was generated from the following file: