userver: storages::redis::JsonKeyPathValue Struct Reference
Loading...
Searching...
No Matches
storages::redis::JsonKeyPathValue Struct Referencefinal

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

Detailed Description

Data type for JSON.MSET command arguments (key + path + JSON value triplet).

Definition at line 257 of file command_options.hpp.

Public Attributes

std::string key
 
std::string path
 
formats::json::Value value
 

Member Data Documentation

◆ key

std::string storages::redis::JsonKeyPathValue::key

Definition at line 258 of file command_options.hpp.

◆ path

std::string storages::redis::JsonKeyPathValue::path

Definition at line 259 of file command_options.hpp.

◆ value

formats::json::Value storages::redis::JsonKeyPathValue::value

Definition at line 260 of file command_options.hpp.


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