#include <userver/storages/redis/request_eval.hpp>
Redis future for EVAL responses.
Definition at line 17 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. | |
| engine::AwaitableToken | GetAwaitableToken () noexcept |
| Satisfies engine::Awaitable, for use with engine::WaitAnyContext and friends. | |
|
inlineexplicit |
Definition at line 19 of file request_eval.hpp.
|
inline |
Wait for the request to finish on Redis server and get the result.
Definition at line 30 of file request_eval.hpp.
|
inlinenoexcept |
Satisfies engine::Awaitable, for use with engine::WaitAnyContext and friends.
Definition at line 35 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 27 of file request_eval.hpp.
|
inline |
Wait for the request to finish on Redis server.
Definition at line 24 of file request_eval.hpp.