cpp_redis
4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
|
This is the complete list of members for cpp_redis::client::bitfield_operation, including all inherited members.
get(const std::string &type, int offset, overflow_type overflow=overflow_type::server_default) | cpp_redis::client::bitfield_operation | static |
incrby(const std::string &type, int offset, int increment, overflow_type overflow=overflow_type::server_default) | cpp_redis::client::bitfield_operation | static |
offset | cpp_redis::client::bitfield_operation | |
operation_type | cpp_redis::client::bitfield_operation | |
overflow | cpp_redis::client::bitfield_operation | |
set(const std::string &type, int offset, int value, overflow_type overflow=overflow_type::server_default) | cpp_redis::client::bitfield_operation | static |
type | cpp_redis::client::bitfield_operation | |
value | cpp_redis::client::bitfield_operation |