Table of Contents

Enum ConnectionFailureType

Namespace
StackExchange.Redis
Assembly
StackExchange.Redis.StrongName.dll

The known types of connection failure

public enum ConnectionFailureType

Fields

AuthenticationFailure = 3

Either SSL Stream or Redis authentication failed

ConnectionDisposed = 7

The socket was closed

InternalFailure = 5

An unknown internal error occurred

Loading = 8

The database is loading and is not available for use

None = 0

This event is not a failure

ProtocolFailure = 4

An unexpected response was received from the server

SocketClosed = 6

The socket was closed

SocketFailure = 2

The socket for this connection failed

UnableToConnect = 9

It has not been possible to create an intial connection to the redis server(s)

UnableToResolvePhysicalConnection = 1

No viable connections were available for this operation