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

Detailed Description

Forward declarations of storages::redis::Client and storages::redis::SubscribeClient.

Definition in file client_fwd.hpp.

Go to the source code of this file.

#include <memory>
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 
namespace  storages::redis
 Valkey and Redis client and helpers.
 

Typedefs

using storages::redis::ClientPtr = std::shared_ptr<Client>
 
using storages::redis::SubscribeClientPtr = std::shared_ptr<SubscribeClient>