userver
C++ Async Framework
Loading...
Searching...
No Matches
topology_update_method.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/storages/redis/topology_update_method.hpp
4
/// @brief @copybrief storages::redis::TopologyUpdateMethod
5
6
#
include
<
string_view
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
storages::
redis
{
11
12
/// @brief How Redis Cluster topology refresh is performed
13
enum
class
TopologyUpdateMethod
{ kClusterSlots, kClusterShards };
14
15
TopologyUpdateMethod
ToTopologyUpdateMethod(std::string_view view);
16
std::string_view ToStringView(
TopologyUpdateMethod
);
17
18
}
// namespace storages::redis
19
20
USERVER_NAMESPACE_END
userver
storages
redis
topology_update_method.hpp
Generated on Thu May 21 2026 16:22:01 for userver by
Doxygen
1.13.2