userver: redis::ReplyData::KeyValues::KeyValue Class Reference
Loading...
Searching...
No Matches
redis::ReplyData::KeyValues::KeyValue Class Referencefinal

Detailed Description

Definition at line 35 of file reply.hpp.

Public Member Functions

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

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: