Redis command execution options.
More...
#include <atomic>
#include <chrono>
#include <cstdint>
#include <optional>
#include <string>
#include <userver/storages/redis/impl/types.hpp>
Go to the source code of this file.
|
namespace | testsuite |
| Testsuite integration.
|
|
namespace | storages |
| Components, clients and helpers for different databases and storages.
|
|
namespace | storages::redis |
| Redis client.
|
|
Redis command execution options.
Definition in file command_control.hpp.
◆ kRetryNilFromMaster
constexpr RetryNilFromMaster redis::kRetryNilFromMaster {} |
|
inlineconstexpr |
Can be used as an additional parameter in some commands to force retries to master if slave returned a nil reply.
Definition at line 70 of file command_control.hpp.