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

Detailed Description

Definition at line 48 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 redis::SetOptions::Exist
strong

Definition at line 49 of file command_options.hpp.

Member Data Documentation

◆ exist

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

Definition at line 53 of file command_options.hpp.

◆ milliseconds

int redis::SetOptions::milliseconds = 0

Definition at line 52 of file command_options.hpp.

◆ seconds

int redis::SetOptions::seconds = 0

Definition at line 51 of file command_options.hpp.


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