userver: storages::redis::ScanOptionsBase Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: