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::network::tcp_client_iface::read_result Struct Reference

#include <tcp_client_iface.hpp>

Public Attributes

bool success
 
std::vector< char > buffer
 

Detailed Description

structure to store read requests result

Member Data Documentation

◆ buffer

std::vector<char> cpp_redis::network::tcp_client_iface::read_result::buffer

read bytes

◆ success

bool cpp_redis::network::tcp_client_iface::read_result::success

whether the operation succeeded or not


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