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