userver: userver/storages/redis Directory Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
redis Directory Reference

Your opinion will help to improve our service

Leave a feedback >

Table of Contents

Directories

 utest
 

Files

 base.hpp
 
 bit_operation.hpp
 
 client.hpp
 Valkey or Redis client.
 
 client_fwd.hpp
 Forward declarations of storages::redis::Client and storages::redis::SubscribeClient.
 
 command_control.hpp
 Redis command execution options.
 
 command_options.hpp
 Definitions of structures representing optionas for different commands.
 
 component.hpp
 Valkey and Redis client component.
 
 exception.hpp
 redis-specific exceptions
 
 expire_reply.hpp
 Reply for the EXPIRE command.
 
 fwd.hpp
 Forward declarations of storages::redis::Reply, storages::redis::ReplyData, storages::redis::CommandControl, storages::redis::Request, storages::redis::Client and storages::redis::SubscribeClient.
 
 hedged_request.hpp
 Classes and functions for performing hedged requests.
 
 key_type.hpp
 Type of the Redis value stored by a key.
 
 parse_reply.hpp
 Customizations for Redis response parsings.
 
 redis_config.hpp
 Main config for the Valkey/Redis.
 
 redis_state.hpp
 
 reply.hpp
 
 reply_fwd.hpp
 Forward declarations of storages::redis::Reply and storages::redis::ReplyData.
 
 reply_status.hpp
 Valkey/Redis reply status.
 
 reply_types.hpp
 
 request.hpp
 Valkey/Redis futures for storages::redis::Client and storages::redis::Transaction.
 
 request_data_base.hpp
 
 request_eval.hpp
 Redis future for EVAL responses.
 
 request_evalsha.hpp
 Redis future for EVALSHA responses.
 
 scan_tag.hpp
 Enum that distinguished different SCAN requests for the storages::redis::ScanRequest.
 
 subscribe_client.hpp
 Client that allows subscribing to Redis channel messages.
 
 subscription_token.hpp
 RAII subscription guard, that is usually retrieved from storages::redis::SubscribeClient.
 
 transaction.hpp
 Atomic sequence of Redis commands (https://redis.io/topics/transactions), that is usually retrieved from storages::redis::Client::Multi().
 
 ttl_reply.hpp
 
 wait_connected_mode.hpp
 Connection wait options for the Redis; mostly used by storages::redis::Client::WaitConnectedOnce.