internal void Release(RedisClient client) { _pool.Push(client); }
public RedisSentinel(RedisConfig config) { client = new RedisClient(config); }