C# 클래스 ServiceStack.Redis.RedisClient

상속: IRedisClient
파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Redis 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetClient() 공개 메소드

public GetClient ( ) : string
리턴 string

GetClientsInfo() 공개 메소드

public GetClientsInfo ( ) : string>>.List
리턴 string>>.List

GetConfig() 공개 메소드

public GetConfig ( string configItem ) : string
configItem string
리턴 string

GetServerRoleInfo() 공개 메소드

public GetServerRoleInfo ( ) : ServiceStack.Redis.RedisText
리턴 ServiceStack.Redis.RedisText

GetServerTime() 공개 메소드

public GetServerTime ( ) : System.DateTime
리턴 System.DateTime

KillClient() 공개 메소드

public KillClient ( string address ) : void
address string
리턴 void

KillClients() 공개 메소드

public KillClients ( string fromAddress = null, string withId = null, RedisClientType ofType = null, bool skipMe = null ) : long
fromAddress string
withId string
ofType RedisClientType
skipMe bool
리턴 long

PauseAllClients() 공개 메소드

public PauseAllClients ( System.TimeSpan duration ) : void
duration System.TimeSpan
리턴 void

ResetInfoStats() 공개 메소드

public ResetInfoStats ( ) : void
리턴 void

SaveConfig() 공개 메소드

public SaveConfig ( ) : void
리턴 void

SetClient() 공개 메소드

public SetClient ( string name ) : void
name string
리턴 void

SetConfig() 공개 메소드

public SetConfig ( string configItem, string value ) : void
configItem string
value string
리턴 void