Method | Description | |
---|---|---|
GetClient ( ) : string | ||
GetClientsInfo ( ) : string>>.List |
||
GetConfig ( string configItem ) : string | ||
GetServerRoleInfo ( ) : ServiceStack.Redis.RedisText | ||
GetServerTime ( ) : System.DateTime | ||
KillClient ( string address ) : void | ||
KillClients ( string fromAddress = null, string withId = null, RedisClientType ofType = null, bool skipMe = null ) : long | ||
PauseAllClients ( System.TimeSpan duration ) : void | ||
ResetInfoStats ( ) : void | ||
SaveConfig ( ) : void | ||
SetClient ( string name ) : void | ||
SetConfig ( string configItem, string value ) : void |
public GetConfig ( string configItem ) : string | ||
configItem | string | |
return | string |
public GetServerRoleInfo ( ) : ServiceStack.Redis.RedisText | ||
return | ServiceStack.Redis.RedisText |
public KillClients ( string fromAddress = null, string withId = null, RedisClientType ofType = null, bool skipMe = null ) : long | ||
fromAddress | string | |
withId | string | |
ofType | RedisClientType | |
skipMe | bool | |
return | long |
public PauseAllClients ( System.TimeSpan duration ) : void | ||
duration | System.TimeSpan | |
return | void |
public SetConfig ( string configItem, string value ) : void | ||
configItem | string | |
value | string | |
return | void |