Blink DB Documentation v1.0.0
Blink DB Documentation
 
Loading...
Searching...
No Matches
Resp Class Reference

Response object for RESP commands. More...

#include <resp_decoder.hpp>

Public Attributes

Operation operation
 
std::string key
 
std::string value
 
bool success
 
std::string error
 

Detailed Description

Response object for RESP commands.

This class encapsulates the parsed information from a RESP command, including the operation type, key, value, success status, and error message. It is used to represent the result of decoding a RESP command.


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