Files
mostlymatter/server
Agniva De Sarker 833578741d Improve Redis failure modes (#29405)
While investigating code paths during
Redis downtime, I found out that the library
by default retries indefinitely for read commmands.

This leads to it being stuck in a loop
while trying to read anything from Redis.
We fix that by disabling retry.

Secondly, we adjust the ConnWriteTimeout
value slightly from its default of 10s
which is a bit too high for normal working
conditions.

Ref: https://github.com/redis/rueidis/issues/680
```release-note
NONE
```
2024-12-03 09:34:47 +05:30
..
2023-03-22 17:22:27 -04:00
2024-11-04 09:04:06 -06:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2024-12-03 09:34:47 +05:30
2024-12-03 09:34:47 +05:30
2024-11-12 12:15:39 -06:00
2024-05-15 12:05:13 -03:00