1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00
Files
node-redis/docs
John Olmsted 31c881e90e Default reconnect strategy uses exponential backoff and jitter (#2736)
* Default reconnect strategy uses exponential backoff and jitter

Both are recommended parts of client reconnect strategies to prevent
thundering herd problems when many clients lose their connection at once
(for example, during a Redis upgrade).

* Move default retry strategy to constant

* Plain english explanation of default 'socket.reconnectStrategy'

* Extract default connect strategy into helper function
2024-05-28 10:16:52 -04:00
..
2024-02-05 09:48:33 -05:00
2023-06-14 15:01:52 -04:00
2023-06-14 15:01:52 -04:00
2023-11-09 21:01:26 -05:00
2023-09-04 17:26:48 -04:00
2024-02-19 13:18:40 -08:00
2023-06-14 15:01:52 -04:00
2023-11-09 21:01:26 -05:00
2024-02-05 09:48:33 -05:00
WIP
2023-10-23 15:05:16 -04:00
2024-02-05 09:48:33 -05:00
2022-02-08 12:36:02 -05:00
2024-02-28 14:33:26 -05:00
2024-02-28 14:33:26 -05:00