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

#include <userver/storages/redis/command_options.hpp>

Detailed Description

Single field/value entry for HSETEX.

Definition at line 295 of file command_options.hpp.

Public Attributes

std::string field
 
std::string value
 

Member Data Documentation

◆ field

std::string storages::redis::HsetexFieldValue::field

Definition at line 296 of file command_options.hpp.

◆ value

std::string storages::redis::HsetexFieldValue::value

Definition at line 297 of file command_options.hpp.


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