This is the complete list of members for storages::redis::Transaction, including all inherited members.
| Append(std::string key, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Bitop(BitOperation op, std::string dest, std::vector< std::string > srcs)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| CheckShards enum name (defined in storages::redis::Transaction) | storages::redis::Transaction | |
| Dbsize(size_t shard)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Decr(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Del(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Del(std::vector< std::string > keys)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Exec(const CommandControl &command_control)=0 | storages::redis::Transaction | pure virtual |
| Exists(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Exists(std::vector< std::string > keys)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Expire(std::string key, std::chrono::seconds ttl)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Geoadd(std::string key, GeoaddArg point_member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Geoadd(std::string key, std::vector< GeoaddArg > point_members)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Georadius(std::string key, Longitude lon, Latitude lat, double radius, const GeoradiusOptions &georadius_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Geosearch(std::string key, std::string member, double radius, const GeosearchOptions &geosearch_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Geosearch(std::string key, std::string member, BoxWidth width, BoxHeight height, const GeosearchOptions &geosearch_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Geosearch(std::string key, Longitude lon, Latitude lat, double radius, const GeosearchOptions &geosearch_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Geosearch(std::string key, Longitude lon, Latitude lat, BoxWidth width, BoxHeight height, const GeosearchOptions &geosearch_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Get(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Getset(std::string key, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hdel(std::string key, std::string field)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hdel(std::string key, std::vector< std::string > fields)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hexists(std::string key, std::string field)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hget(std::string key, std::string field)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hgetall(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hincrby(std::string key, std::string field, int64_t increment)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hincrbyfloat(std::string key, std::string field, double increment)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hkeys(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hlen(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hmget(std::string key, std::vector< std::string > fields)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hmset(std::string key, std::vector< std::pair< std::string, std::string > > field_values)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hset(std::string key, std::string field, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hsetnx(std::string key, std::string field, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Hvals(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Incr(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Keys(std::string keys_pattern, size_t shard)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Lindex(std::string key, int64_t index)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Llen(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Lpop(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Lpush(std::string key, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Lpush(std::string key, std::vector< std::string > values)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Lpushx(std::string key, std::string element)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Lrange(std::string key, int64_t start, int64_t stop)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Lrem(std::string key, int64_t count, std::string element)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Ltrim(std::string key, int64_t start, int64_t stop)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Mget(std::vector< std::string > keys)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Mset(std::vector< std::pair< std::string, std::string > > key_values)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Persist(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Pexpire(std::string key, std::chrono::milliseconds ttl)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Ping(size_t shard)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| PingMessage(size_t shard, std::string message)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Rename(std::string key, std::string new_key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Rpop(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Rpush(std::string key, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Rpush(std::string key, std::vector< std::string > values)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Rpushx(std::string key, std::string element)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Sadd(std::string key, std::string member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Sadd(std::string key, std::vector< std::string > members)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Scard(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Set(std::string key, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Set(std::string key, std::string value, std::chrono::milliseconds ttl)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Setex(std::string key, std::chrono::seconds seconds, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| SetIfExist(std::string key, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| SetIfExist(std::string key, std::string value, std::chrono::milliseconds ttl)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| SetIfNotExist(std::string key, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| SetIfNotExist(std::string key, std::string value, std::chrono::milliseconds ttl)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| SetIfNotExistOrGet(std::string key, std::string value)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| SetIfNotExistOrGet(std::string key, std::string value, std::chrono::milliseconds ttl)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Sismember(std::string key, std::string member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Smembers(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Srandmember(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Srandmembers(std::string key, int64_t count)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Srem(std::string key, std::string member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Srem(std::string key, std::vector< std::string > members)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Strlen(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Time(size_t shard)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Ttl(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Type(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Unlink(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Unlink(std::vector< std::string > keys)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zadd(std::string key, double score, std::string member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zadd(std::string key, double score, std::string member, const ZaddOptions &options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zadd(std::string key, std::vector< std::pair< double, std::string > > scored_members)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zadd(std::string key, std::vector< std::pair< double, std::string > > scored_members, const ZaddOptions &options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| ZaddIncr(std::string key, double score, std::string member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| ZaddIncrExisting(std::string key, double score, std::string member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zcard(std::string key)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zcount(std::string key, double min, double max)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zrange(std::string key, int64_t start, int64_t stop)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zrangebyscore(std::string key, double min, double max)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zrangebyscore(std::string key, std::string min, std::string max)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zrangebyscore(std::string key, double min, double max, const RangeOptions &range_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zrangebyscore(std::string key, std::string min, std::string max, const RangeOptions &range_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| ZrangebyscoreWithScores(std::string key, double min, double max)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| ZrangebyscoreWithScores(std::string key, std::string min, std::string max)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| ZrangebyscoreWithScores(std::string key, double min, double max, const RangeOptions &range_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| ZrangebyscoreWithScores(std::string key, std::string min, std::string max, const RangeOptions &range_options)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| ZrangeWithScores(std::string key, int64_t start, int64_t stop)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zrem(std::string key, std::string member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zrem(std::string key, std::vector< std::string > members)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zremrangebyrank(std::string key, int64_t start, int64_t stop)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zremrangebyscore(std::string key, double min, double max)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zremrangebyscore(std::string key, std::string min, std::string max)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| Zscore(std::string key, std::string member)=0 (defined in storages::redis::Transaction) | storages::redis::Transaction | pure virtual |
| ~Transaction()=default (defined in storages::redis::Transaction) | storages::redis::Transaction | virtual |