redis-specific exceptions
Definition in file exception.hpp.
Go to the source code of this file.
#include <stdexcept>#include <string_view>#include <userver/storages/redis/reply_status.hpp>
 Include dependency graph for exception.hpp:
 This graph shows which files directly or indirectly include this file:Classes | |
| class | redis::Exception | 
| Generic redis-related exception.  More... | |
| class | redis::InvalidArgumentException | 
| Invalid redis command argument.  More... | |
| class | redis::RequestFailedException | 
| Request execution failed.  More... | |
| class | redis::RequestCancelledException | 
| Request was cancelled.  More... | |
| class | redis::ParseReplyException | 
| Invalid reply data format.  More... | |
| class | redis::ParseConfigException | 
| Invalid config format.  More... | |
| class | redis::ClientNotConnectedException | 
| Cannot connect to some redis server shard.  More... | |