Redis connection default values

I wish to know the default values of the following connection options:
connectTimeout
SendTimeout
ReceiveTimeout
IdleTimeOutSecs

Thank you

You can look at RedisConfig for default values for different options, note -1 means no timeout.