#include <userver/storages/redis/request_evalsha.hpp>
Value, returned by storages::redis::RequestEvalSha.
Definition at line 51 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 63 of file request_evalsha.hpp.
|
inline |
Retrieve the value or throw an exception if there's no value.
Definition at line 60 of file request_evalsha.hpp.
|
inlinenoexcept |
Definition at line 57 of file request_evalsha.hpp.
|
inlinenoexcept |
Definition at line 54 of file request_evalsha.hpp.
Definition at line 67 of file request_evalsha.hpp.