Bitwise SET operation kind for Redis BITOP.
Definition in file bit_operation.hpp.
Go to the source code of this file.
#include <string>
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::BitOperation { kAnd , kOr , kXor , kNot } |
| Bitwise SET operation kind for Redis BITOP. More... | |
Functions | |
| std::string | storages::redis::ToString (BitOperation bitop) |