userver: redis::RangeOptions Struct 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
redis::RangeOptions Struct Reference

Detailed Description

Definition at line 85 of file command_options.hpp.

Public Attributes

std::optional< size_t > offset
 
std::optional< size_t > count
 

Member Data Documentation

◆ count

std::optional<size_t> redis::RangeOptions::count

Definition at line 87 of file command_options.hpp.

◆ offset

std::optional<size_t> redis::RangeOptions::offset

Definition at line 86 of file command_options.hpp.


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