프로퍼티 | 타입 | 설명 | |
---|---|---|---|
RecheckPoolAfterMs | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
RedisClientCounter | int | ||
poolIndex | int |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
DisposeClient ( |
||
DisposeWriteClient ( |
Disposes the write client.
|
|
FailoverTo ( ) : void | ||
FailoverTo ( IEnumerable |
||
GetCacheClient ( ) : ICacheClient | ||
GetClient ( ) : IRedisClient |
Returns a Read/Write client (The default) using the hosts defined in ReadWriteHosts
|
|
GetClientPoolActiveStates ( ) : int[] | ||
GetReadOnlyCacheClient ( ) : ICacheClient | ||
GetReadOnlyClient ( ) : IRedisClient | ||
GetStats ( ) : string>.Dictionary |
||
RedisManagerPool ( ) : System | ||
RedisManagerPool ( IEnumerable |
||
RedisManagerPool ( IEnumerable |
||
RedisManagerPool ( string host ) : System | ||
RedisManagerPool ( string host, |
메소드 | 설명 | |
---|---|---|
Dispose ( |
||
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
AssertValidPool ( ) : void | ||
GetInActiveClient ( |
Called within a lock
|
|
InitNewClient ( |
protected Dispose ( |
||
redisClient | ||
리턴 | void |
public DisposeClient ( |
||
client | ||
리턴 | void |
public DisposeWriteClient ( |
||
client | The client. | |
리턴 | void |
public FailoverTo ( IEnumerable |
||
readWriteHosts | IEnumerable |
|
readOnlyHosts | IEnumerable |
|
리턴 | void |
public RedisManagerPool ( IEnumerable |
||
hosts | IEnumerable |
|
리턴 | System |
public RedisManagerPool ( IEnumerable |
||
hosts | IEnumerable |
|
config | ||
리턴 | System |
public RedisManagerPool ( string host, |
||
host | string | |
config | ||
리턴 | System |