Enum ConnectionFailureType
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
The known types of connection failure
public enum ConnectionFailureType
Fields
AuthenticationFailure = 3Either SSL Stream or Redis authentication failed
ConnectionDisposed = 7The socket was closed
InternalFailure = 5An unknown internal error occurred
Loading = 8The database is loading and is not available for use
None = 0This event is not a failure
ProtocolFailure = 4An unexpected response was received from the server
SocketClosed = 6The socket was closed
SocketFailure = 2The socket for this connection failed
UnableToConnect = 9It has not been possible to create an intial connection to the redis server(s)
UnableToResolvePhysicalConnection = 1No viable connections were available for this operation