csredis icon indicating copy to clipboard operation
csredis copied to clipboard

Connect Timeout TODO

Open yildizseli opened this issue 8 years ago • 0 comments

Hi,

Is there any plan to update RedisSentinelClient connect timeout (TODO issue)?

    /// <summary>
    /// Connect to the remote host
    /// </summary>
    /// <param name="timeout">Connection timeout in milliseconds</param>
    /// <returns>True if connected</returns>
    public bool Connect(int timeout)
    {
        return _connector.Connect(); // TODO: timeout
    }

Regards

yildizseli avatar Jun 08 '17 13:06 yildizseli