/// <summary> /// Release resoures used by the current RedisSentinelClient /// </summary> public void Dispose() { if (_connector != null) { _connector.Dispose(); } }
/// <summary> /// Dispose all resources used by the current RedisClient /// </summary> public void Dispose() { _connector.Dispose(); }