#include <userver/storages/redis/request_eval.hpp>
Redis future for EVAL responses.
Definition at line 16 of file request_eval.hpp.
Public Member Functions | |
RequestEval (RequestEvalCommon &&request) | |
void | Wait () |
Wait for the request to finish on Redis server. | |
void | IgnoreResult () const |
Ignore the query result and do not wait for the Redis server to finish executing it. | |
ReplyType | Get (const std::string &request_description={}) |
Wait for the request to finish on Redis server and get the result. | |
|
inlineexplicit |
Definition at line 18 of file request_eval.hpp.
|
inline |
Wait for the request to finish on Redis server and get the result.
Definition at line 27 of file request_eval.hpp.
|
inline |
Ignore the query result and do not wait for the Redis server to finish executing it.
Definition at line 24 of file request_eval.hpp.
|
inline |
Wait for the request to finish on Redis server.
Definition at line 21 of file request_eval.hpp.