Property | Type | Description | |
---|---|---|---|
HeartbeatInterval | TimeSpan? | ||
HeartbeatTimeout | TimeSpan |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetStatsDescription ( ) : string | ||
GetStatus ( ) : string | ||
RedisPubSubServer ( IRedisClientsManager clientsManager ) : System | ||
Restart ( ) : void | ||
Start ( ) : IRedisPubSubServer | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
DisposeHeartbeatTimer ( ) : void | ||
HandleFailover ( IRedisClientsManager clientsManager ) : void | ||
HandleUnSubscribe ( string channel ) : void | ||
Init ( ) : void | ||
KillBgThreadIfExists ( ) : void | ||
NotifyAllSubscribers ( string commandType = null ) : void | ||
Pulse ( ) : void | ||
RunLoop ( ) : void | ||
SendControlCommand ( int operation ) : void | ||
SendHeartbeat ( object state ) : void | ||
SleepBackOffMultiplier ( int continuousErrorsCount ) : void | ||
Stop ( bool shouldRestart ) : void |
public RedisPubSubServer ( IRedisClientsManager clientsManager ) : System | ||
clientsManager | IRedisClientsManager | |
return | System |