Files
RediStack/Sources/RediStack
Nathan Harris c8cb256b59 Add default buffer connectionRetryTimeout to avoid literal immediate timeouts
Motivation:

When trying to allow users to configure the connection retry timeout offset,
not having a value provided (deadline of `now`) caused all attempts to use the pool to fail.

Modifications:

- Change: RedisConnectionPool to always have a timeout offset defined

Result:

If users don't specify any value, then the default of 60 seconds will be used.

If users specify "nil" (or `.none`) as the timeout, then a minimum of 10 milliseconds will be used to avoid immediate timeouts

Otherwise, use the user's specified `TimeAmount` as the offset of the timeout
2020-10-06 20:06:29 -07:00
..
2020-09-29 22:23:44 -07:00
2020-09-29 22:23:44 -07:00
2020-09-29 22:23:44 -07:00
2020-09-29 22:23:44 -07:00
2020-09-29 22:23:44 -07:00
2020-09-29 22:23:44 -07:00