Class ServerCounters
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Illustrates the queues associates with this server
public class ServerCounters
- Inheritance
-
ServerCounters
- Inherited Members
Properties
EndPoint
The endpoint to which this data relates (this can be null if the data represents all servers)
public EndPoint EndPoint { get; }
Property Value
Interactive
Counters associated with the interactive (non pub-sub) connection
public ConnectionCounters Interactive { get; }
Property Value
Other
Counters associated with other ambient activity
public ConnectionCounters Other { get; }
Property Value
Subscription
Counters associated with the subscription (pub-sub) connection
public ConnectionCounters Subscription { get; }
Property Value
TotalOutstanding
Indicates the total number of outstanding items against this server
public long TotalOutstanding { get; }
Property Value
Methods
ToString()
See Object.ToString();
public override string ToString()