userver: storages::redis::ScanOptionsBase Class Reference
Loading...
Searching...
No Matches
storages::redis::ScanOptionsBase Class Reference

Detailed Description

Definition at line 27 of file command_options.hpp.

+ Inheritance diagram for storages::redis::ScanOptionsBase:

Classes

class  Count
 
class  Match
 

Public Member Functions

 ScanOptionsBase (ScanOptionsBase &other)=default
 
 ScanOptionsBase (const ScanOptionsBase &other)=default
 
 ScanOptionsBase (ScanOptionsBase &&other)=default
 
template<typename... Args>
 ScanOptionsBase (Args &&... args)
 
std::optional< MatchExtractMatch ()
 
std::optional< CountExtractCount ()
 

Constructor & Destructor Documentation

◆ ScanOptionsBase()

template<typename... Args>
storages::redis::ScanOptionsBase::ScanOptionsBase ( Args &&... args)
inline

Definition at line 36 of file command_options.hpp.

Member Function Documentation

◆ ExtractCount()

std::optional< Count > storages::redis::ScanOptionsBase::ExtractCount ( )
inline

Definition at line 64 of file command_options.hpp.

◆ ExtractMatch()

std::optional< Match > storages::redis::ScanOptionsBase::ExtractMatch ( )
inline

Definition at line 62 of file command_options.hpp.


The documentation for this class was generated from the following file: