#include <userver/storages/redis/command_options.hpp>
A command option to use in Scan, Hscan, Scan and Zscan commands that combines Match and Count options.
Definition at line 136 of file command_options.hpp.
Public Types | |
| using | Match = storages::redis::Match |
| using | Count = storages::redis::Count |
Public Member Functions | |
| ScanOptionsGeneric (const ScanOptionsGeneric &other)=default | |
| ScanOptionsGeneric & | operator= (const ScanOptionsGeneric &other)=default |
| ScanOptionsGeneric (ScanOptionsGeneric &&other)=default | |
| ScanOptionsGeneric & | operator= (ScanOptionsGeneric &&other)=default |
| template<typename... Args> | |
| ScanOptionsGeneric (Args... args) | |
| const std::optional< Match > & | GetMatchOptional () const noexcept |
| const std::optional< Count > & | GetCountOptional () const noexcept |
| std::optional< Match > | ExtractMatch () noexcept |
| std::optional< Count > | ExtractCount () noexcept |
Definition at line 139 of file command_options.hpp.
Definition at line 138 of file command_options.hpp.
|
inline |
Definition at line 150 of file command_options.hpp.
|
inlinenoexcept |
Definition at line 160 of file command_options.hpp.
|
inlinenoexcept |
Definition at line 158 of file command_options.hpp.
|
inlinenoexcept |
Definition at line 156 of file command_options.hpp.
|
inlinenoexcept |
Definition at line 154 of file command_options.hpp.