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 Member List

This is the complete list of members for cpp_redis::client, including all inherited members.

add_sentinel(const std::string &host, std::size_t port, std::uint32_t timeout_msecs=0)cpp_redis::client
aggregate_method enum namecpp_redis::client
aggregate_method_to_string(aggregate_method method) constcpp_redis::client
append(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
append(const std::string &key, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
auth(const std::string &password, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
auth(const std::string &password) (defined in cpp_redis::client)cpp_redis::client
bgrewriteaof(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bgrewriteaof() (defined in cpp_redis::client)cpp_redis::client
bgsave(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bgsave() (defined in cpp_redis::client)cpp_redis::client
bitcount(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bitcount(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
bitcount(const std::string &key, int start, int end, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bitcount(const std::string &key, int start, int end) (defined in cpp_redis::client)cpp_redis::client
bitfield(const std::string &key, const std::vector< bitfield_operation > &operations, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bitfield(const std::string &key, const std::vector< bitfield_operation > &operations) (defined in cpp_redis::client)cpp_redis::client
bitfield_operation_type enum namecpp_redis::client
bitfield_operation_type_to_string(bitfield_operation_type operation) constcpp_redis::client
bitop(const std::string &operation, const std::string &destkey, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bitop(const std::string &operation, const std::string &destkey, const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
bitpos(const std::string &key, int bit, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bitpos(const std::string &key, int bit) (defined in cpp_redis::client)cpp_redis::client
bitpos(const std::string &key, int bit, int start, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bitpos(const std::string &key, int bit, int start) (defined in cpp_redis::client)cpp_redis::client
bitpos(const std::string &key, int bit, int start, int end, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
bitpos(const std::string &key, int bit, int start, int end) (defined in cpp_redis::client)cpp_redis::client
blpop(const std::vector< std::string > &keys, int timeout, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
blpop(const std::vector< std::string > &keys, int timeout) (defined in cpp_redis::client)cpp_redis::client
brpop(const std::vector< std::string > &keys, int timeout, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
brpop(const std::vector< std::string > &keys, int timeout) (defined in cpp_redis::client)cpp_redis::client
brpoplpush(const std::string &src, const std::string &dst, int timeout, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
brpoplpush(const std::string &src, const std::string &dst, int timeout) (defined in cpp_redis::client)cpp_redis::client
cancel_reconnect(void)cpp_redis::client
clear_sentinels(void)cpp_redis::client
client(void)cpp_redis::client
client(const std::shared_ptr< network::tcp_client_iface > &tcp_client)cpp_redis::clientexplicit
client(const client &)=deletecpp_redis::client
client_getname(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
client_getname() (defined in cpp_redis::client)cpp_redis::client
client_kill(const std::string &host, int port, const T &arg, const Ts &... args)cpp_redis::clientinline
client_kill(const std::string &host, int port) (defined in cpp_redis::client)cpp_redis::clientinline
client_kill(const char *host, int port, const Ts &... args) (defined in cpp_redis::client)cpp_redis::clientinline
client_kill(const T &, const Ts &...) (defined in cpp_redis::client)cpp_redis::client
client_kill(const T &arg, const Ts &... args) (defined in cpp_redis::client)cpp_redis::clientinline
client_kill_future(const T, const Ts...)cpp_redis::client
client_list(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
client_list() (defined in cpp_redis::client)cpp_redis::client
client_pause(int timeout, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
client_pause(int timeout) (defined in cpp_redis::client)cpp_redis::client
client_reply(const std::string &mode, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
client_reply(const std::string &mode) (defined in cpp_redis::client)cpp_redis::client
client_setname(const std::string &name, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
client_setname(const std::string &name) (defined in cpp_redis::client)cpp_redis::client
client_type enum namecpp_redis::client
cluster_addslots(const std::vector< std::string > &p_slots, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_addslots(const std::vector< std::string > &p_slots) (defined in cpp_redis::client)cpp_redis::client
cluster_count_failure_reports(const std::string &node_id, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_count_failure_reports(const std::string &node_id) (defined in cpp_redis::client)cpp_redis::client
cluster_countkeysinslot(const std::string &slot, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_countkeysinslot(const std::string &slot) (defined in cpp_redis::client)cpp_redis::client
cluster_delslots(const std::vector< std::string > &p_slots, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_delslots(const std::vector< std::string > &p_slots) (defined in cpp_redis::client)cpp_redis::client
cluster_failover(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_failover() (defined in cpp_redis::client)cpp_redis::client
cluster_failover(const std::string &mode, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_failover(const std::string &mode) (defined in cpp_redis::client)cpp_redis::client
cluster_forget(const std::string &node_id, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_forget(const std::string &node_id) (defined in cpp_redis::client)cpp_redis::client
cluster_getkeysinslot(const std::string &slot, int count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_getkeysinslot(const std::string &slot, int count) (defined in cpp_redis::client)cpp_redis::client
cluster_info(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_info() (defined in cpp_redis::client)cpp_redis::client
cluster_keyslot(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_keyslot(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
cluster_meet(const std::string &ip, int port, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_meet(const std::string &ip, int port) (defined in cpp_redis::client)cpp_redis::client
cluster_nodes(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_nodes() (defined in cpp_redis::client)cpp_redis::client
cluster_replicate(const std::string &node_id, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_replicate(const std::string &node_id) (defined in cpp_redis::client)cpp_redis::client
cluster_reset(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_reset(const std::string &mode, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_reset(const std::string &mode="soft") (defined in cpp_redis::client)cpp_redis::client
cluster_saveconfig(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_saveconfig() (defined in cpp_redis::client)cpp_redis::client
cluster_set_config_epoch(const std::string &epoch, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_set_config_epoch(const std::string &epoch) (defined in cpp_redis::client)cpp_redis::client
cluster_setslot(const std::string &slot, const std::string &mode, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_setslot(const std::string &slot, const std::string &mode) (defined in cpp_redis::client)cpp_redis::client
cluster_setslot(const std::string &slot, const std::string &mode, const std::string &node_id, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_setslot(const std::string &slot, const std::string &mode, const std::string &node_id) (defined in cpp_redis::client)cpp_redis::client
cluster_slaves(const std::string &node_id, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_slaves(const std::string &node_id) (defined in cpp_redis::client)cpp_redis::client
cluster_slots(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
cluster_slots() (defined in cpp_redis::client)cpp_redis::client
command(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
command() (defined in cpp_redis::client)cpp_redis::client
command_count(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
command_count() (defined in cpp_redis::client)cpp_redis::client
command_getkeys(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
command_getkeys() (defined in cpp_redis::client)cpp_redis::client
command_info(const std::vector< std::string > &command_name, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
command_info(const std::vector< std::string > &command_name) (defined in cpp_redis::client)cpp_redis::client
commit(void)cpp_redis::client
config_get(const std::string &param, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
config_get(const std::string &param) (defined in cpp_redis::client)cpp_redis::client
config_resetstat(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
config_resetstat() (defined in cpp_redis::client)cpp_redis::client
config_rewrite(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
config_rewrite() (defined in cpp_redis::client)cpp_redis::client
config_set(const std::string &param, const std::string &val, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
config_set(const std::string &param, const std::string &val) (defined in cpp_redis::client)cpp_redis::client
connect(const std::string &host="127.0.0.1", std::size_t port=6379, const connect_callback_t &connect_callback=nullptr, std::uint32_t timeout_msecs=0, std::int32_t max_reconnects=0, std::uint32_t reconnect_interval_msecs=0)cpp_redis::client
connect(const std::string &name, const connect_callback_t &connect_callback=nullptr, std::uint32_t timeout_msecs=0, std::int32_t max_reconnects=0, std::uint32_t reconnect_interval_msecs=0)cpp_redis::client
connect_callback_t typedefcpp_redis::client
connect_state enum namecpp_redis::client
dbsize(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
dbsize() (defined in cpp_redis::client)cpp_redis::client
debug_object(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
debug_object(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
debug_segfault(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
debug_segfault() (defined in cpp_redis::client)cpp_redis::client
decr(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
decr(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
decrby(const std::string &key, int val, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
decrby(const std::string &key, int val) (defined in cpp_redis::client)cpp_redis::client
del(const std::vector< std::string > &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
del(const std::vector< std::string > &key) (defined in cpp_redis::client)cpp_redis::client
discard(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
discard() (defined in cpp_redis::client)cpp_redis::client
disconnect(bool wait_for_removal=false)cpp_redis::client
dump(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
dump(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
echo(const std::string &msg, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
echo(const std::string &msg) (defined in cpp_redis::client)cpp_redis::client
eval(const std::string &script, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
eval(const std::string &script, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args) (defined in cpp_redis::client)cpp_redis::client
evalsha(const std::string &sha1, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
evalsha(const std::string &sha1, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args) (defined in cpp_redis::client)cpp_redis::client
exec(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
exec() (defined in cpp_redis::client)cpp_redis::client
exists(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
exists(const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
expire(const std::string &key, int seconds, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
expire(const std::string &key, int seconds) (defined in cpp_redis::client)cpp_redis::client
expireat(const std::string &key, int timestamp, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
expireat(const std::string &key, int timestamp) (defined in cpp_redis::client)cpp_redis::client
flushall(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
flushall() (defined in cpp_redis::client)cpp_redis::client
flushdb(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
flushdb() (defined in cpp_redis::client)cpp_redis::client
geo_unit enum namecpp_redis::client
geo_unit_to_string(geo_unit unit) constcpp_redis::client
geoadd(const std::string &key, const std::vector< std::tuple< std::string, std::string, std::string >> &long_lat_memb, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
geoadd(const std::string &key, const std::vector< std::tuple< std::string, std::string, std::string >> &long_lat_memb) (defined in cpp_redis::client)cpp_redis::client
geodist(const std::string &key, const std::string &member_1, const std::string &member_2, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
geodist(const std::string &key, const std::string &member_1, const std::string &member_2, const std::string &unit, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
geodist(const std::string &key, const std::string &member_1, const std::string &member_2, const std::string &unit="m") (defined in cpp_redis::client)cpp_redis::client
geohash(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
geohash(const std::string &key, const std::vector< std::string > &members) (defined in cpp_redis::client)cpp_redis::client
geopos(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
geopos(const std::string &key, const std::vector< std::string > &members) (defined in cpp_redis::client)cpp_redis::client
georadius(const std::string &key, double longitude, double latitude, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadius(const std::string &key, double longitude, double latitude, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadius(const std::string &key, double longitude, double latitude, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, const std::string &store_key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadius(const std::string &key, double longitude, double latitude, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, const std::string &store_key, const std::string &storedist_key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadius(const std::string &key, double longitude, double latitude, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, std::size_t count, const std::string &store_key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadius(const std::string &key, double longitude, double latitude, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, std::size_t count, const std::string &store_key, const std::string &storedist_key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadius(const std::string &key, double longitude, double latitude, double radius, geo_unit unit, bool with_coord=false, bool with_dist=false, bool with_hash=false, bool asc_order=false, std::size_t count=0, const std::string &store_key="", const std::string &storedist_key="") (defined in cpp_redis::client)cpp_redis::client
georadiusbymember(const std::string &key, const std::string &member, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadiusbymember(const std::string &key, const std::string &member, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadiusbymember(const std::string &key, const std::string &member, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, const std::string &store_key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadiusbymember(const std::string &key, const std::string &member, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, const std::string &store_key, const std::string &storedist_key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadiusbymember(const std::string &key, const std::string &member, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, std::size_t count, const std::string &store_key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadiusbymember(const std::string &key, const std::string &member, double radius, geo_unit unit, bool with_coord, bool with_dist, bool with_hash, bool asc_order, std::size_t count, const std::string &store_key, const std::string &storedist_key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
georadiusbymember(const std::string &key, const std::string &member, double radius, geo_unit unit, bool with_coord=false, bool with_dist=false, bool with_hash=false, bool asc_order=false, std::size_t count=0, const std::string &store_key="", const std::string &storedist_key="") (defined in cpp_redis::client)cpp_redis::client
get(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
get(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
get_sentinel(void) constcpp_redis::client
get_sentinel(void)cpp_redis::client
getbit(const std::string &key, int offset, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
getbit(const std::string &key, int offset) (defined in cpp_redis::client)cpp_redis::client
getrange(const std::string &key, int start, int end, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
getrange(const std::string &key, int start, int end) (defined in cpp_redis::client)cpp_redis::client
getset(const std::string &key, const std::string &val, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
getset(const std::string &key, const std::string &val) (defined in cpp_redis::client)cpp_redis::client
hdel(const std::string &key, const std::vector< std::string > &fields, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hdel(const std::string &key, const std::vector< std::string > &fields) (defined in cpp_redis::client)cpp_redis::client
hexists(const std::string &key, const std::string &field, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hexists(const std::string &key, const std::string &field) (defined in cpp_redis::client)cpp_redis::client
hget(const std::string &key, const std::string &field, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hget(const std::string &key, const std::string &field) (defined in cpp_redis::client)cpp_redis::client
hgetall(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hgetall(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
hincrby(const std::string &key, const std::string &field, int incr, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hincrby(const std::string &key, const std::string &field, int incr) (defined in cpp_redis::client)cpp_redis::client
hincrbyfloat(const std::string &key, const std::string &field, float incr, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hincrbyfloat(const std::string &key, const std::string &field, float incr) (defined in cpp_redis::client)cpp_redis::client
hkeys(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hkeys(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
hlen(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hlen(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
hmget(const std::string &key, const std::vector< std::string > &fields, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hmget(const std::string &key, const std::vector< std::string > &fields) (defined in cpp_redis::client)cpp_redis::client
hmset(const std::string &key, const std::vector< std::pair< std::string, std::string >> &field_val, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hmset(const std::string &key, const std::vector< std::pair< std::string, std::string >> &field_val) (defined in cpp_redis::client)cpp_redis::client
hscan(const std::string &key, std::size_t cursor, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hscan(const std::string &key, std::size_t cursor) (defined in cpp_redis::client)cpp_redis::client
hscan(const std::string &key, std::size_t cursor, const std::string &pattern, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hscan(const std::string &key, std::size_t cursor, const std::string &pattern) (defined in cpp_redis::client)cpp_redis::client
hscan(const std::string &key, std::size_t cursor, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hscan(const std::string &key, std::size_t cursor, std::size_t count) (defined in cpp_redis::client)cpp_redis::client
hscan(const std::string &key, std::size_t cursor, const std::string &pattern, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hscan(const std::string &key, std::size_t cursor, const std::string &pattern, std::size_t count) (defined in cpp_redis::client)cpp_redis::client
hset(const std::string &key, const std::string &field, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hset(const std::string &key, const std::string &field, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
hsetnx(const std::string &key, const std::string &field, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hsetnx(const std::string &key, const std::string &field, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
hstrlen(const std::string &key, const std::string &field, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hstrlen(const std::string &key, const std::string &field) (defined in cpp_redis::client)cpp_redis::client
hvals(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
hvals(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
incr(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
incr(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
incrby(const std::string &key, int incr, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
incrby(const std::string &key, int incr) (defined in cpp_redis::client)cpp_redis::client
incrbyfloat(const std::string &key, float incr, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
incrbyfloat(const std::string &key, float incr) (defined in cpp_redis::client)cpp_redis::client
info(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
info(const std::string &section, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
info(const std::string &section="default") (defined in cpp_redis::client)cpp_redis::client
is_connected(void) constcpp_redis::client
is_reconnecting(void) constcpp_redis::client
keys(const std::string &pattern, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
keys(const std::string &pattern) (defined in cpp_redis::client)cpp_redis::client
lastsave(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
lastsave() (defined in cpp_redis::client)cpp_redis::client
lindex(const std::string &key, int index, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
lindex(const std::string &key, int index) (defined in cpp_redis::client)cpp_redis::client
linsert(const std::string &key, const std::string &before_after, const std::string &pivot, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
linsert(const std::string &key, const std::string &before_after, const std::string &pivot, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
llen(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
llen(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
lpop(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
lpop(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
lpush(const std::string &key, const std::vector< std::string > &values, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
lpush(const std::string &key, const std::vector< std::string > &values) (defined in cpp_redis::client)cpp_redis::client
lpushx(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
lpushx(const std::string &key, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
lrange(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
lrange(const std::string &key, int start, int stop) (defined in cpp_redis::client)cpp_redis::client
lrem(const std::string &key, int count, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
lrem(const std::string &key, int count, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
lset(const std::string &key, int index, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
lset(const std::string &key, int index, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
ltrim(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
ltrim(const std::string &key, int start, int stop) (defined in cpp_redis::client)cpp_redis::client
mget(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
mget(const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
migrate(const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
migrate(const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, bool copy, bool replace, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
migrate(const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, bool copy=false, bool replace=false, const std::vector< std::string > &keys={}) (defined in cpp_redis::client)cpp_redis::client
monitor(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
monitor() (defined in cpp_redis::client)cpp_redis::client
move(const std::string &key, const std::string &db, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
move(const std::string &key, const std::string &db) (defined in cpp_redis::client)cpp_redis::client
mset(const std::vector< std::pair< std::string, std::string >> &key_vals, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
mset(const std::vector< std::pair< std::string, std::string >> &key_vals) (defined in cpp_redis::client)cpp_redis::client
msetnx(const std::vector< std::pair< std::string, std::string >> &key_vals, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
msetnx(const std::vector< std::pair< std::string, std::string >> &key_vals) (defined in cpp_redis::client)cpp_redis::client
multi(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
multi() (defined in cpp_redis::client)cpp_redis::client
object(const std::string &subcommand, const std::vector< std::string > &args, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
object(const std::string &subcommand, const std::vector< std::string > &args) (defined in cpp_redis::client)cpp_redis::client
operator=(const client &)=deletecpp_redis::client
overflow_type enum namecpp_redis::client
overflow_type_to_string(overflow_type type) constcpp_redis::client
persist(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
persist(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
pexpire(const std::string &key, int milliseconds, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
pexpire(const std::string &key, int milliseconds) (defined in cpp_redis::client)cpp_redis::client
pexpireat(const std::string &key, int milliseconds_timestamp, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
pexpireat(const std::string &key, int milliseconds_timestamp) (defined in cpp_redis::client)cpp_redis::client
pfadd(const std::string &key, const std::vector< std::string > &elements, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
pfadd(const std::string &key, const std::vector< std::string > &elements) (defined in cpp_redis::client)cpp_redis::client
pfcount(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
pfcount(const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
pfmerge(const std::string &destkey, const std::vector< std::string > &sourcekeys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
pfmerge(const std::string &destkey, const std::vector< std::string > &sourcekeys) (defined in cpp_redis::client)cpp_redis::client
ping(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
ping() (defined in cpp_redis::client)cpp_redis::client
ping(const std::string &message, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
ping(const std::string &message) (defined in cpp_redis::client)cpp_redis::client
psetex(const std::string &key, int milliseconds, const std::string &val, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
psetex(const std::string &key, int milliseconds, const std::string &val) (defined in cpp_redis::client)cpp_redis::client
pttl(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
pttl(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
publish(const std::string &channel, const std::string &message, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
publish(const std::string &channel, const std::string &message) (defined in cpp_redis::client)cpp_redis::client
pubsub(const std::string &subcommand, const std::vector< std::string > &args, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
pubsub(const std::string &subcommand, const std::vector< std::string > &args) (defined in cpp_redis::client)cpp_redis::client
quit(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
quit() (defined in cpp_redis::client)cpp_redis::client
randomkey(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
randomkey() (defined in cpp_redis::client)cpp_redis::client
readonly(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
readonly() (defined in cpp_redis::client)cpp_redis::client
readwrite(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
readwrite() (defined in cpp_redis::client)cpp_redis::client
rename(const std::string &key, const std::string &newkey, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
rename(const std::string &key, const std::string &newkey) (defined in cpp_redis::client)cpp_redis::client
renamenx(const std::string &key, const std::string &newkey, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
renamenx(const std::string &key, const std::string &newkey) (defined in cpp_redis::client)cpp_redis::client
reply_callback_t typedefcpp_redis::client
restore(const std::string &key, int ttl, const std::string &serialized_value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
restore(const std::string &key, int ttl, const std::string &serialized_value) (defined in cpp_redis::client)cpp_redis::client
restore(const std::string &key, int ttl, const std::string &serialized_value, const std::string &replace, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
restore(const std::string &key, int ttl, const std::string &serialized_value, const std::string &replace) (defined in cpp_redis::client)cpp_redis::client
role(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
role() (defined in cpp_redis::client)cpp_redis::client
rpop(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
rpop(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
rpoplpush(const std::string &source, const std::string &destination, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
rpoplpush(const std::string &src, const std::string &dst) (defined in cpp_redis::client)cpp_redis::client
rpush(const std::string &key, const std::vector< std::string > &values, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
rpush(const std::string &key, const std::vector< std::string > &values) (defined in cpp_redis::client)cpp_redis::client
rpushx(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
rpushx(const std::string &key, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
sadd(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sadd(const std::string &key, const std::vector< std::string > &members) (defined in cpp_redis::client)cpp_redis::client
save(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
save() (defined in cpp_redis::client)cpp_redis::client
scan(std::size_t cursor, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
scan(std::size_t cursor) (defined in cpp_redis::client)cpp_redis::client
scan(std::size_t cursor, const std::string &pattern, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
scan(std::size_t cursor, const std::string &pattern) (defined in cpp_redis::client)cpp_redis::client
scan(std::size_t cursor, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
scan(std::size_t cursor, std::size_t count) (defined in cpp_redis::client)cpp_redis::client
scan(std::size_t cursor, const std::string &pattern, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
scan(std::size_t cursor, const std::string &pattern, std::size_t count) (defined in cpp_redis::client)cpp_redis::client
scard(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
scard(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
script_debug(const std::string &mode, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
script_debug(const std::string &mode) (defined in cpp_redis::client)cpp_redis::client
script_exists(const std::vector< std::string > &scripts, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
script_exists(const std::vector< std::string > &scripts) (defined in cpp_redis::client)cpp_redis::client
script_flush(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
script_flush() (defined in cpp_redis::client)cpp_redis::client
script_kill(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
script_kill() (defined in cpp_redis::client)cpp_redis::client
script_load(const std::string &script, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
script_load(const std::string &script) (defined in cpp_redis::client)cpp_redis::client
sdiff(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sdiff(const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
sdiffstore(const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sdiffstore(const std::string &dst, const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
select(int index, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
select(int index) (defined in cpp_redis::client)cpp_redis::client
send(const std::vector< std::string > &redis_cmd, const reply_callback_t &callback)cpp_redis::client
send(const std::vector< std::string > &redis_cmd)cpp_redis::client
set(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
set(const std::string &key, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
set_advanced(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
set_advanced(const std::string &key, const std::string &value, bool ex, int ex_sec, bool px, int px_milli, bool nx, bool xx, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
set_advanced(const std::string &key, const std::string &value, bool ex=false, int ex_sec=0, bool px=false, int px_milli=0, bool nx=false, bool xx=false) (defined in cpp_redis::client)cpp_redis::client
setbit_(const std::string &key, int offset, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
setbit_(const std::string &key, int offset, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
setex(const std::string &key, int seconds, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
setex(const std::string &key, int seconds, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
setnx(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
setnx(const std::string &key, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
setrange(const std::string &key, int offset, const std::string &value, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
setrange(const std::string &key, int offset, const std::string &value) (defined in cpp_redis::client)cpp_redis::client
shutdown(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
shutdown() (defined in cpp_redis::client)cpp_redis::client
shutdown(const std::string &save, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
shutdown(const std::string &save) (defined in cpp_redis::client)cpp_redis::client
sinter(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sinter(const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
sinterstore(const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sinterstore(const std::string &dst, const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
sismember(const std::string &key, const std::string &member, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sismember(const std::string &key, const std::string &member) (defined in cpp_redis::client)cpp_redis::client
slaveof(const std::string &host, int port, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
slaveof(const std::string &host, int port) (defined in cpp_redis::client)cpp_redis::client
slowlog(const std::string subcommand, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
slowlog(const std::string &subcommand) (defined in cpp_redis::client)cpp_redis::client
slowlog(const std::string subcommand, const std::string &argument, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
slowlog(const std::string &subcommand, const std::string &argument) (defined in cpp_redis::client)cpp_redis::client
smembers(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
smembers(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
smove(const std::string &source, const std::string &destination, const std::string &member, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
smove(const std::string &src, const std::string &dst, const std::string &member) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, std::size_t offset, std::size_t count, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, std::size_t offset, std::size_t count, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::string &by_pattern, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::string &by_pattern, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const std::string &store_dest, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const std::string &store_dest) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, std::size_t offset, std::size_t count, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const std::string &store_dest, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, std::size_t offset, std::size_t count, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const std::string &store_dest) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::string &by_pattern, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const std::string &store_dest, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::string &by_pattern, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const std::string &store_dest) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::string &by_pattern, std::size_t offset, std::size_t count, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::string &by_pattern, std::size_t offset, std::size_t count, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::string &by_pattern, std::size_t offset, std::size_t count, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const std::string &store_dest, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sort(const std::string &key, const std::string &by_pattern, std::size_t offset, std::size_t count, const std::vector< std::string > &get_patterns, bool asc_order, bool alpha, const std::string &store_dest) (defined in cpp_redis::client)cpp_redis::client
spop(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
spop(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
spop(const std::string &key, int count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
spop(const std::string &key, int count) (defined in cpp_redis::client)cpp_redis::client
srandmember(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
srandmember(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
srandmember(const std::string &key, int count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
srandmember(const std::string &key, int count) (defined in cpp_redis::client)cpp_redis::client
srem(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
srem(const std::string &key, const std::vector< std::string > &members) (defined in cpp_redis::client)cpp_redis::client
sscan(const std::string &key, std::size_t cursor, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sscan(const std::string &key, std::size_t cursor) (defined in cpp_redis::client)cpp_redis::client
sscan(const std::string &key, std::size_t cursor, const std::string &pattern, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sscan(const std::string &key, std::size_t cursor, const std::string &pattern) (defined in cpp_redis::client)cpp_redis::client
sscan(const std::string &key, std::size_t cursor, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sscan(const std::string &key, std::size_t cursor, std::size_t count) (defined in cpp_redis::client)cpp_redis::client
sscan(const std::string &key, std::size_t cursor, const std::string &pattern, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sscan(const std::string &key, std::size_t cursor, const std::string &pattern, std::size_t count) (defined in cpp_redis::client)cpp_redis::client
strlen(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
strlen(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
sunion(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sunion(const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
sunionstore(const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sunionstore(const std::string &dst, const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
sync(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
sync() (defined in cpp_redis::client)cpp_redis::client
sync_commit(void)cpp_redis::client
sync_commit(const std::chrono::duration< Rep, Period > &timeout)cpp_redis::clientinline
time(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
time() (defined in cpp_redis::client)cpp_redis::client
ttl(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
ttl(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
type(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
type(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
unwatch(const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
unwatch() (defined in cpp_redis::client)cpp_redis::client
wait(int numslaves, int timeout, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
wait(int numslaves, int timeout) (defined in cpp_redis::client)cpp_redis::client
watch(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
watch(const std::vector< std::string > &keys) (defined in cpp_redis::client)cpp_redis::client
zadd(const std::string &key, const std::vector< std::string > &options, const std::multimap< std::string, std::string > &score_members, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zadd(const std::string &key, const std::vector< std::string > &options, const std::multimap< std::string, std::string > &score_members) (defined in cpp_redis::client)cpp_redis::client
zcard(const std::string &key, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zcard(const std::string &key) (defined in cpp_redis::client)cpp_redis::client
zcount(const std::string &key, int min, int max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zcount(const std::string &key, int min, int max) (defined in cpp_redis::client)cpp_redis::client
zcount(const std::string &key, double min, double max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zcount(const std::string &key, double min, double max) (defined in cpp_redis::client)cpp_redis::client
zcount(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zcount(const std::string &key, const std::string &min, const std::string &max) (defined in cpp_redis::client)cpp_redis::client
zincrby(const std::string &key, int incr, const std::string &member, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zincrby(const std::string &key, int incr, const std::string &member) (defined in cpp_redis::client)cpp_redis::client
zincrby(const std::string &key, double incr, const std::string &member, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zincrby(const std::string &key, double incr, const std::string &member) (defined in cpp_redis::client)cpp_redis::client
zincrby(const std::string &key, const std::string &incr, const std::string &member, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zincrby(const std::string &key, const std::string &incr, const std::string &member) (defined in cpp_redis::client)cpp_redis::client
zinterstore(const std::string &destination, std::size_t numkeys, const std::vector< std::string > &keys, const std::vector< std::size_t > weights, aggregate_method method, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zinterstore(const std::string &destination, std::size_t numkeys, const std::vector< std::string > &keys, const std::vector< std::size_t > weights, aggregate_method method) (defined in cpp_redis::client)cpp_redis::client
zlexcount(const std::string &key, int min, int max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zlexcount(const std::string &key, int min, int max) (defined in cpp_redis::client)cpp_redis::client
zlexcount(const std::string &key, double min, double max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zlexcount(const std::string &key, double min, double max) (defined in cpp_redis::client)cpp_redis::client
zlexcount(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zlexcount(const std::string &key, const std::string &min, const std::string &max) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, int start, int stop, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, int start, int stop, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, double start, double stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, double start, double stop, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, double start, double stop, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, const std::string &start, const std::string &stop, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrange(const std::string &key, const std::string &start, const std::string &stop, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, int min, int max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, int min, int max, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, int min, int max, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, double min, double max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, double min, double max, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, double min, double max, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, const std::string &min, const std::string &max, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, const std::string &min, const std::string &max, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, int min, int max, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, int min, int max, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, int min, int max, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, double min, double max, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, double min, double max, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, double min, double max, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, const std::string &min, const std::string &max, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, const std::string &min, const std::string &max, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebylex(const std::string &key, const std::string &min, const std::string &max, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, int min, int max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, int min, int max, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, int min, int max, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, double min, double max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, double min, double max, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, double min, double max, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, const std::string &min, const std::string &max, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, const std::string &min, const std::string &max, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, int min, int max, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, int min, int max, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, int min, int max, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, double min, double max, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, double min, double max, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, double min, double max, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, const std::string &min, const std::string &max, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, const std::string &min, const std::string &max, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrangebyscore(const std::string &key, const std::string &min, const std::string &max, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrank(const std::string &key, const std::string &member, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrank(const std::string &key, const std::string &member) (defined in cpp_redis::client)cpp_redis::client
zrem(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrem(const std::string &key, const std::vector< std::string > &members) (defined in cpp_redis::client)cpp_redis::client
zremrangebylex(const std::string &key, int min, int max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebylex(const std::string &key, int min, int max) (defined in cpp_redis::client)cpp_redis::client
zremrangebylex(const std::string &key, double min, double max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebylex(const std::string &key, double min, double max) (defined in cpp_redis::client)cpp_redis::client
zremrangebylex(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebylex(const std::string &key, const std::string &min, const std::string &max) (defined in cpp_redis::client)cpp_redis::client
zremrangebyrank(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebyrank(const std::string &key, int start, int stop) (defined in cpp_redis::client)cpp_redis::client
zremrangebyrank(const std::string &key, double start, double stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebyrank(const std::string &key, double start, double stop) (defined in cpp_redis::client)cpp_redis::client
zremrangebyrank(const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebyrank(const std::string &key, const std::string &start, const std::string &stop) (defined in cpp_redis::client)cpp_redis::client
zremrangebyscore(const std::string &key, int min, int max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebyscore(const std::string &key, int min, int max) (defined in cpp_redis::client)cpp_redis::client
zremrangebyscore(const std::string &key, double min, double max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebyscore(const std::string &key, double min, double max) (defined in cpp_redis::client)cpp_redis::client
zremrangebyscore(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zremrangebyscore(const std::string &key, const std::string &min, const std::string &max) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, int start, int stop, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, int start, int stop, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, double start, double stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, double start, double stop, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, double start, double stop, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, const std::string &start, const std::string &stop, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrange(const std::string &key, const std::string &start, const std::string &stop, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, int max, int min, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, int max, int min, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, int max, int min, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, double max, double min, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, double max, double min, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, double max, double min, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, const std::string &max, const std::string &min, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, const std::string &max, const std::string &min, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, const std::string &max, const std::string &min, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, int max, int min, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, int max, int min, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, int max, int min, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, double max, double min, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, double max, double min, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, double max, double min, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, const std::string &max, const std::string &min, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, const std::string &max, const std::string &min, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebylex(const std::string &key, const std::string &max, const std::string &min, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, int max, int min, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, int max, int min, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, int max, int min, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, double max, double min, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, double max, double min, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, double max, double min, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, const std::string &max, const std::string &min, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, const std::string &max, const std::string &min, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, const std::string &max, const std::string &min, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, int max, int min, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, int max, int min, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, int max, int min, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, double max, double min, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, double max, double min, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, double max, double min, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, const std::string &max, const std::string &min, std::size_t offset, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, const std::string &max, const std::string &min, std::size_t offset, std::size_t count, bool withscores, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrangebyscore(const std::string &key, const std::string &max, const std::string &min, std::size_t offset, std::size_t count, bool withscores=false) (defined in cpp_redis::client)cpp_redis::client
zrevrank(const std::string &key, const std::string &member, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zrevrank(const std::string &key, const std::string &member) (defined in cpp_redis::client)cpp_redis::client
zscan(const std::string &key, std::size_t cursor, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zscan(const std::string &key, std::size_t cursor) (defined in cpp_redis::client)cpp_redis::client
zscan(const std::string &key, std::size_t cursor, const std::string &pattern, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zscan(const std::string &key, std::size_t cursor, const std::string &pattern) (defined in cpp_redis::client)cpp_redis::client
zscan(const std::string &key, std::size_t cursor, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zscan(const std::string &key, std::size_t cursor, std::size_t count) (defined in cpp_redis::client)cpp_redis::client
zscan(const std::string &key, std::size_t cursor, const std::string &pattern, std::size_t count, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zscan(const std::string &key, std::size_t cursor, const std::string &pattern, std::size_t count) (defined in cpp_redis::client)cpp_redis::client
zscore(const std::string &key, const std::string &member, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zscore(const std::string &key, const std::string &member) (defined in cpp_redis::client)cpp_redis::client
zunionstore(const std::string &destination, std::size_t numkeys, const std::vector< std::string > &keys, const std::vector< std::size_t > weights, aggregate_method method, const reply_callback_t &reply_callback) (defined in cpp_redis::client)cpp_redis::client
zunionstore(const std::string &destination, std::size_t numkeys, const std::vector< std::string > &keys, const std::vector< std::size_t > weights, aggregate_method method) (defined in cpp_redis::client)cpp_redis::client
~client(void)cpp_redis::client