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 |
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.