cpp_redis  4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
cpp_redis::client::bitfield_operation Member List

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_operationstatic
incrby(const std::string &type, int offset, int increment, overflow_type overflow=overflow_type::server_default)cpp_redis::client::bitfield_operationstatic
offsetcpp_redis::client::bitfield_operation
operation_typecpp_redis::client::bitfield_operation
overflowcpp_redis::client::bitfield_operation
set(const std::string &type, int offset, int value, overflow_type overflow=overflow_type::server_default)cpp_redis::client::bitfield_operationstatic
typecpp_redis::client::bitfield_operation
valuecpp_redis::client::bitfield_operation