#include <userver/storages/redis/request_evalsha.hpp>
Value, returned by storages::redis::RequestEvalSha.
Definition at line 53 of file request_evalsha.hpp.
Public Member Functions | |
| bool | IsNoScriptError () const noexcept |
| bool | HasValue () const noexcept |
| const ReplyType & | Get () const |
| Retrieve the value or throw an exception if there's no value. | |
| ReplyType | Extract () |
| Retrieve the value or throws an exception if there's no value. | |
|
inline |
Retrieve the value or throws an exception if there's no value.
Definition at line 65 of file request_evalsha.hpp.
|
inline |
Retrieve the value or throw an exception if there's no value.
Definition at line 62 of file request_evalsha.hpp.
|
inlinenoexcept |
Definition at line 59 of file request_evalsha.hpp.
|
inlinenoexcept |
Definition at line 56 of file request_evalsha.hpp.
Definition at line 69 of file request_evalsha.hpp.