#include <userver/storages/redis/command_options.hpp>
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 |
| std::string storages::redis::JsonKeyPathValue::key |
Definition at line 258 of file command_options.hpp.
| std::string storages::redis::JsonKeyPathValue::path |
Definition at line 259 of file command_options.hpp.
| formats::json::Value storages::redis::JsonKeyPathValue::value |
Definition at line 260 of file command_options.hpp.