userver: redis::ReplyData::KeyValues::KeyValue Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
redis::ReplyData::KeyValues::KeyValue Class Referencefinal

Public Member Functions

 KeyValue (const Array &array, size_t index)
 
std::string Key () const
 
std::string Value () const
 

Detailed Description

Definition at line 35 of file reply.hpp.

Constructor & Destructor Documentation

◆ KeyValue()

redis::ReplyData::KeyValues::KeyValue::KeyValue ( const Array &  array,
size_t  index 
)
inline

Definition at line 37 of file reply.hpp.

Member Function Documentation

◆ Key()

std::string redis::ReplyData::KeyValues::KeyValue::Key ( ) const
inline

Definition at line 40 of file reply.hpp.

◆ Value()

std::string redis::ReplyData::KeyValues::KeyValue::Value ( ) const
inline

Definition at line 41 of file reply.hpp.


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