Redis connection parameters, metrics, buffering and publish settings.
Definition in file base.hpp.
Go to the source code of this file.
#include <chrono>#include <string>#include <vector>#include <userver/logging/fwd.hpp>#include <userver/utils/strong_typedef.hpp>#include <userver/storages/redis/command_control.hpp>#include <userver/storages/redis/fwd.hpp>
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::Password = utils::NonLoggable<class PasswordTag, std::string> |
| using | storages::redis::ScanCursor = int64_t |
Enumerations | |
| enum class | ConnectionSecurity { kNone , kTLS } |