#include <userver/storages/redis/request_generic.hpp>
Redis future for generic command responses. Can be used to request custom modules commands or unsupported yet commands.
Definition at line 18 of file request_generic.hpp.
Public Member Functions | |
| RequestGeneric (RequestGenericCommon &&request) | |
| void | Wait () |
| void | IgnoreResult () const |
| ReplyType | Get (const std::string &request_description={}) |
| engine::AwaitableToken | GetAwaitableToken () noexcept |
| Satisfies engine::Awaitable, for use with engine::WaitAnyContext and friends. | |
|
inlineexplicit |
Definition at line 20 of file request_generic.hpp.
|
inline |
Definition at line 28 of file request_generic.hpp.
|
inlinenoexcept |
Satisfies engine::Awaitable, for use with engine::WaitAnyContext and friends.
Definition at line 33 of file request_generic.hpp.
|
inline |
Definition at line 26 of file request_generic.hpp.
|
inline |
Definition at line 24 of file request_generic.hpp.