Property | Type | Description | |
---|---|---|---|
All |
Method | Description | |
---|---|---|
GetRaw ( string key ) : string>>.IEnumerable |
||
GetRaw ( |
Returns the stat value for a specific server. The value is not converted but returned as the server returned it.
|
|
GetRaw ( |
Returns the stat value for a specific server. The value is not converted but returned as the server returned it.
|
|
GetUptime ( |
Returns the uptime of the specific server.
|
|
GetValue ( |
Gets a stat value for the specified server.
|
|
GetVersion ( |
Returns the server of memcached running on the specified server.
|
Method | Description | |
---|---|---|
ServerStats ( string>.Dictionary |
public GetRaw ( string key ) : string>>.IEnumerable |
||
key | string | |
return | string>>.IEnumerable |
public GetRaw ( |
||
server | The adress of the server | |
item | StatItem | The stat value to be returned |
return | string |
public GetRaw ( |
||
server | The adress of the server | |
key | string | The name of the stat value |
return | string |
public GetUptime ( |
||
server | The adress of the server | |
return | System.TimeSpan |
public GetValue ( |
||
server | The adress of the server. If |
|
item | StatItem | The stat to be returned |
return | long |
public GetVersion ( |
||
server | The adress of the server | |
return | System.Version |