userver: userver/storages/redis/reply_status.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
reply_status.hpp File Reference

Detailed Description

Valkey/Redis reply status.

Definition in file reply_status.hpp.

Go to the source code of this file.

+ This graph shows which files directly or indirectly include 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...