Table of Contents

Class RedisErrorEventArgs

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

Notification of errors from the redis server

public sealed class RedisErrorEventArgs : EventArgs
Inheritance
RedisErrorEventArgs
Inherited Members

Properties

EndPoint

The origin of the message

public EndPoint EndPoint { get; }

Property Value

EndPoint

Message

The message from the server

public string Message { get; }

Property Value

string