userver
C++ Async Framework
Loading...
Searching...
No Matches
client_fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file
4
/// @brief Forward declarations of storages::redis::Client and storages::redis::SubscribeClient
5
6
#
include
<
memory
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
storages::
redis
{
11
12
class
Client
;
13
using
ClientPtr = std::shared_ptr<
Client
>;
14
15
class
SubscribeClient
;
16
using
SubscribeClientPtr = std::shared_ptr<
SubscribeClient
>;
17
18
}
// namespace storages::redis
19
20
USERVER_NAMESPACE_END
userver
storages
redis
client_fwd.hpp
Generated on Fri Jun 20 2025 17:59:04 for userver by
Doxygen
1.13.2