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

Detailed Description

Definition at line 170 of file command_options.hpp.

Public Types

enum class  Exist {
  kSetAlways ,
  kSetIfNotExist ,
  kSetIfExist
}
 

Public Attributes

int seconds = 0
 
int milliseconds = 0
 
Exist exist = Exist::kSetAlways
 

Member Enumeration Documentation

◆ Exist

enum class storages::redis::SetOptions::Exist
strong

Definition at line 171 of file command_options.hpp.

Member Data Documentation

◆ exist

Exist storages::redis::SetOptions::exist = Exist::kSetAlways

Definition at line 175 of file command_options.hpp.

◆ milliseconds

int storages::redis::SetOptions::milliseconds = 0

Definition at line 174 of file command_options.hpp.

◆ seconds

int storages::redis::SetOptions::seconds = 0

Definition at line 173 of file command_options.hpp.


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