Table of Contents

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

EndPoint

Interactive

Counters associated with the interactive (non pub-sub) connection

public ConnectionCounters Interactive { get; }

Property Value

ConnectionCounters

Other

Counters associated with other ambient activity

public ConnectionCounters Other { get; }

Property Value

ConnectionCounters

Subscription

Counters associated with the subscription (pub-sub) connection

public ConnectionCounters Subscription { get; }

Property Value

ConnectionCounters

TotalOutstanding

Indicates the total number of outstanding items against this server

public long TotalOutstanding { get; }

Property Value

long

Methods

ToString()

See Object.ToString();

public override string ToString()

Returns

string