connectTimeout property
Maximum time to wait while opening the TCP/TLS connection to Redis.
After this duration, the attempt fails with TimeoutException instead of relying on OS-level connect timeouts (which can be very long when traffic is dropped).
Implementation
final Duration connectTimeout;