userver: Member List
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::redis::Client Member List

This is the complete list of members for storages::redis::Client, including all inherited members.

Append(std::string key, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
CheckShardIdx(size_t shard_idx) const (defined in storages::redis::Client)storages::redis::Client
Dbsize(size_t shard, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Del(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Del(std::vector< std::string > keys, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Eval(std::string script, std::vector< std::string > keys, std::vector< std::string > args, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Clientinline
Eval(const ScriptInfo &script_info, std::vector< std::string > keys, std::vector< std::string > args, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Clientinline
EvalCommon(std::string script, std::vector< std::string > keys, std::vector< std::string > args, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientprotectedpure virtual
EvalSha(std::string script_hash, std::vector< std::string > keys, std::vector< std::string > args, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Clientinline
EvalShaCommon(std::string script_hash, std::vector< std::string > keys, std::vector< std::string > args, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientprotectedpure virtual
Exists(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Exists(std::vector< std::string > keys, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Expire(std::string key, std::chrono::seconds ttl, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Geoadd(std::string key, GeoaddArg point_member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Geoadd(std::string key, std::vector< GeoaddArg > point_members, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Georadius(std::string key, Longitude lon, Latitude lat, double radius, const GeoradiusOptions &georadius_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Geosearch(std::string key, std::string member, double radius, const GeosearchOptions &geosearch_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Geosearch(std::string key, std::string member, BoxWidth width, BoxHeight height, const GeosearchOptions &geosearch_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Geosearch(std::string key, Longitude lon, Latitude lat, double radius, const GeosearchOptions &geosearch_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Geosearch(std::string key, Longitude lon, Latitude lat, BoxWidth width, BoxHeight height, const GeosearchOptions &geosearch_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Get(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Get(std::string key, RetryNilFromMaster, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Client
GetAnyKeyForShard(size_t shard_idx) const =0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
GetClientForShard(size_t shard_idx)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Getset(std::string key, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hdel(std::string key, std::string field, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hdel(std::string key, std::vector< std::string > fields, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hexists(std::string key, std::string field, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hget(std::string key, std::string field, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hget(std::string key, std::string field, RetryNilFromMaster, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Client
Hgetall(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hincrby(std::string key, std::string field, int64_t increment, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hincrbyfloat(std::string key, std::string field, double increment, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hkeys(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hlen(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hmget(std::string key, std::vector< std::string > fields, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hmset(std::string key, std::vector< std::pair< std::string, std::string > > field_values, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hscan(std::string key, HscanOptions options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hscan(std::string key, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Client
Hset(std::string key, std::string field, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hsetnx(std::string key, std::string field, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Hvals(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Incr(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Keys(std::string keys_pattern, size_t shard, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Lindex(std::string key, int64_t index, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Llen(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Lpop(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Lpush(std::string key, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Lpush(std::string key, std::vector< std::string > values, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Lpushx(std::string key, std::string element, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Lrange(std::string key, int64_t start, int64_t stop, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Lrem(std::string key, int64_t count, std::string element, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Ltrim(std::string key, int64_t start, int64_t stop, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Mget(std::vector< std::string > keys, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Mset(std::vector< std::pair< std::string, std::string > > key_values, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Multi()=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Multi(Transaction::CheckShards check_shards)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Persist(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Pexpire(std::string key, std::chrono::milliseconds ttl, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Ping(size_t shard, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Ping(size_t shard, std::string message, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Publish(std::string channel, std::string message, const CommandControl &command_control, PubShard policy)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Publish(std::string channel, std::string message, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Client
Rename(std::string key, std::string new_key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Rpop(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Rpush(std::string key, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Rpush(std::string key, std::vector< std::string > values, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Rpushx(std::string key, std::string element, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Sadd(std::string key, std::string member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Sadd(std::string key, std::vector< std::string > members, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Scan(size_t shard, ScanOptions options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Scan(size_t shard, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Client
Scard(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ScriptLoad(std::string script, size_t shard, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Set(std::string key, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Set(std::string key, std::string value, std::chrono::milliseconds ttl, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Setex(std::string key, std::chrono::seconds seconds, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
SetIfExist(std::string key, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
SetIfExist(std::string key, std::string value, std::chrono::milliseconds ttl, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
SetIfNotExist(std::string key, std::string value, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
SetIfNotExist(std::string key, std::string value, std::chrono::milliseconds ttl, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ShardByKey(const std::string &key) const =0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ShardsCount() const =0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Sismember(std::string key, std::string member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Smembers(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Srandmember(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Srandmembers(std::string key, int64_t count, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Srem(std::string key, std::string member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Srem(std::string key, std::vector< std::string > members, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Sscan(std::string key, SscanOptions options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Sscan(std::string key, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Client
Strlen(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Time(size_t shard, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Ttl(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Type(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Unlink(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Unlink(std::vector< std::string > keys, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
WaitConnectedOnce(::redis::RedisWaitConnected wait_connected)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zadd(std::string key, double score, std::string member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zadd(std::string key, double score, std::string member, const ZaddOptions &options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zadd(std::string key, std::vector< std::pair< double, std::string > > scored_members, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zadd(std::string key, std::vector< std::pair< double, std::string > > scored_members, const ZaddOptions &options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ZaddIncr(std::string key, double score, std::string member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ZaddIncrExisting(std::string key, double score, std::string member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zcard(std::string key, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zcount(std::string key, double min, double max, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zrange(std::string key, int64_t start, int64_t stop, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zrangebyscore(std::string key, double min, double max, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zrangebyscore(std::string key, std::string min, std::string max, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zrangebyscore(std::string key, double min, double max, const RangeOptions &range_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zrangebyscore(std::string key, std::string min, std::string max, const RangeOptions &range_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ZrangebyscoreWithScores(std::string key, double min, double max, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ZrangebyscoreWithScores(std::string key, std::string min, std::string max, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ZrangebyscoreWithScores(std::string key, double min, double max, const RangeOptions &range_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ZrangebyscoreWithScores(std::string key, std::string min, std::string max, const RangeOptions &range_options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
ZrangeWithScores(std::string key, int64_t start, int64_t stop, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zrem(std::string key, std::string member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zrem(std::string key, std::vector< std::string > members, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zremrangebyrank(std::string key, int64_t start, int64_t stop, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zremrangebyscore(std::string key, double min, double max, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zremrangebyscore(std::string key, std::string min, std::string max, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zscan(std::string key, ZscanOptions options, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zscan(std::string key, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Client
Zscore(std::string key, std::string member, const CommandControl &command_control)=0 (defined in storages::redis::Client)storages::redis::Clientpure virtual
Zscore(std::string key, std::string member, RetryNilFromMaster, const CommandControl &command_control) (defined in storages::redis::Client)storages::redis::Client
~Client()=default (defined in storages::redis::Client)storages::redis::Clientvirtual