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::client::command_request Struct Reference

Public Attributes

std::vector< std::string > command
 
reply_callback_t callback
 

Detailed Description

struct to store commands information (command to be sent and callback to be called)

Member Data Documentation

◆ callback

reply_callback_t cpp_redis::client::command_request::callback

◆ command

std::vector<std::string> cpp_redis::client::command_request::command

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