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

Detailed Description

Definition at line 112 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 redis::CommandsBufferingSettings::operator== ( const CommandsBufferingSettings & o) const
inlineconstexpr

Definition at line 117 of file base.hpp.

Member Data Documentation

◆ buffering_enabled

bool redis::CommandsBufferingSettings::buffering_enabled {false}

Definition at line 113 of file base.hpp.

◆ commands_buffering_threshold

size_t redis::CommandsBufferingSettings::commands_buffering_threshold {0}

Definition at line 114 of file base.hpp.

◆ watch_command_timer_interval

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

Definition at line 115 of file base.hpp.


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