userver: storages::redis::CommandsBufferingSettings Struct Reference
Loading...
Searching...
No Matches
storages::redis::CommandsBufferingSettings Struct Reference

Detailed Description

Definition at line 55 of file base.hpp.

Public Member Functions

constexpr bool operator== (const CommandsBufferingSettings &o) const
 

Public Attributes

bool buffering_enabled {false}
 
size_t commands_buffering_threshold {0}
 
std::chrono::microseconds watch_command_timer_interval {0}
 

Member Function Documentation

◆ operator==()

constexpr bool storages::redis::CommandsBufferingSettings::operator== ( const CommandsBufferingSettings & o) const
inlineconstexpr

Definition at line 60 of file base.hpp.

Member Data Documentation

◆ buffering_enabled

bool storages::redis::CommandsBufferingSettings::buffering_enabled {false}

Definition at line 56 of file base.hpp.

◆ commands_buffering_threshold

size_t storages::redis::CommandsBufferingSettings::commands_buffering_threshold {0}

Definition at line 57 of file base.hpp.

◆ watch_command_timer_interval

std::chrono::microseconds storages::redis::CommandsBufferingSettings::watch_command_timer_interval {0}

Definition at line 58 of file base.hpp.


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