Type of the Redis value stored by a key.
Definition in file key_type.hpp.
Go to the source code of this file.
#include <string>
#include <string_view>
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::KeyType { kNone , kString , kList , kSet , kZset , kHash , kStream } |
Type of the Redis value stored by a key. More... | |
Functions | |
KeyType | storages::redis::ParseKeyType (std::string_view str) |
std::string | storages::redis::ToString (KeyType key_type) |