This is the complete list of members for redis::Reply, including all inherited members.
| cmd (defined in redis::Reply) | redis::Reply | |
| data (defined in redis::Reply) | redis::Reply | |
| ExpectArray(const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| ExpectError(const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| ExpectInt(const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| ExpectIsOk(const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| ExpectNil(const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| ExpectStatus(const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| ExpectStatusEqualTo(const std::string &expected_status_str, const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| ExpectString(const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| ExpectType(ReplyData::Type type, const std::string &request_description={}) const (defined in redis::Reply) | redis::Reply | |
| FillSpanTags(tracing::Span &span) const (defined in redis::Reply) | redis::Reply | |
| GetLogExtra() const (defined in redis::Reply) | redis::Reply | |
| GetRequestDescription(const std::string &request_description) const (defined in redis::Reply) | redis::Reply | |
| IsLoggableError() const (defined in redis::Reply) | redis::Reply | |
| IsOk() const (defined in redis::Reply) | redis::Reply | |
| IsReadonlyError() const (defined in redis::Reply) | redis::Reply | |
| IsUnknownCommandError() const (defined in redis::Reply) | redis::Reply | |
| IsUnusableInstanceError() const (defined in redis::Reply) | redis::Reply | |
| log_extra (defined in redis::Reply) | redis::Reply | |
| operator bool() const (defined in redis::Reply) | redis::Reply | inline |
| Reply(std::string cmd, redisReply *redis_reply, ReplyStatus status) (defined in redis::Reply) | redis::Reply | |
| Reply(std::string cmd, redisReply *redis_reply, ReplyStatus status, std::string status_string) (defined in redis::Reply) | redis::Reply | |
| Reply(std::string cmd, ReplyData &&data) (defined in redis::Reply) | redis::Reply | |
| server (defined in redis::Reply) | redis::Reply | |
| server_id (defined in redis::Reply) | redis::Reply | |
| status (defined in redis::Reply) | redis::Reply | |
| status_string (defined in redis::Reply) | redis::Reply | |
| time (defined in redis::Reply) | redis::Reply |