A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cylix.github.io/cpp_redis/html/structcpp__redis_1_1client_1_1bitfield__operation.html below:

cpp_redis: cpp_redis::client::bitfield_operation Struct Reference

#include <client.hpp>

used to store a get, set or incrby bitfield operation (for bitfield command)

◆ get() static bitfield_operation cpp_redis::client::bitfield_operation::get ( const std::string &  type, int  offset, overflow_type  overflow = overflow_type::server_default  ) static

build a bitfield_operation for a bitfield get operation

Parameters
type type param of a get operation offset offset param of a get operation overflow overflow specification (leave to server_default if you do not want to specify it)
Returns
corresponding get bitfield_operation
◆ incrby() static bitfield_operation cpp_redis::client::bitfield_operation::incrby ( const std::string &  type, int  offset, int  increment, overflow_type  overflow = overflow_type::server_default  ) static

build a bitfield_operation for a bitfield incrby operation

Parameters
type type param of a incrby operation offset offset param of a incrby operation increment increment param of a incrby operation overflow overflow specification (leave to server_default if you do not want to specify it)
Returns
corresponding incrby bitfield_operation
◆ set() static bitfield_operation cpp_redis::client::bitfield_operation::set ( const std::string &  type, int  offset, int  value, overflow_type  overflow = overflow_type::server_default  ) static

build a bitfield_operation for a bitfield set operation

Parameters
type type param of a set operation offset offset param of a set operation value value param of a set operation overflow overflow specification (leave to server_default if you do not want to specify it)
Returns
corresponding set bitfield_operation
◆ offset int cpp_redis::client::bitfield_operation::offset

redis offset parameter for get, set or incrby operations

◆ operation_type

operation type (get, set, incrby)

◆ overflow

overflow optional specification

◆ type std::string cpp_redis::client::bitfield_operation::type

redis type parameter for get, set or incrby operations

◆ value int cpp_redis::client::bitfield_operation::value

redis value parameter for set operation, or increment parameter for incrby operation

The documentation for this struct was generated from the following file:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4