Valkey/Redis reply status.
Definition in file reply_status.hpp.
Go to the source code of this file.
Namespaces | |
namespace | storages |
Components, clients and helpers for different databases and storages. | |
namespace | storages::redis |
Valkey and Redis client and helpers. | |
Enumerations | |
enum class | storages::redis::ReplyStatus { kOk = 0 , kInputOutputError , kOtherError , kEndOfFileError , kProtocolError , kOutOfMemoryError , kTimeoutError } |
Valkey/Redis reply status. More... | |