Property | Type | Description | |
---|---|---|---|
RecheckPoolAfterMs | int |
Property | Type | Description | |
---|---|---|---|
RedisClientCounter | int | ||
poolIndex | int |
Method | Description | |
---|---|---|
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, |
Method | Description | |
---|---|---|
Dispose ( |
||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AssertValidPool ( ) : void | ||
GetInActiveClient ( |
Called within a lock
|
|
InitNewClient ( |
protected Dispose ( |
||
redisClient | ||
return | void |
public DisposeClient ( |
||
client | ||
return | void |
public DisposeWriteClient ( |
||
client | The client. | |
return | void |
public FailoverTo ( IEnumerable |
||
readWriteHosts | IEnumerable |
|
readOnlyHosts | IEnumerable |
|
return | void |
public GetReadOnlyCacheClient ( ) : ICacheClient | ||
return | ICacheClient |
public RedisManagerPool ( IEnumerable |
||
hosts | IEnumerable |
|
return | System |
public RedisManagerPool ( IEnumerable |
||
hosts | IEnumerable |
|
config | ||
return | System |
public RedisManagerPool ( string host ) : System | ||
host | string | |
return | System |
public RedisManagerPool ( string host, |
||
host | string | |
config | ||
return | System |