1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-11 09:22:35 +03:00
Files
node-redis/packages/client
Nikolay Karadzhov f8841c880e fix(socket): prevent false-ready state when socket errors during handshake (#3128)
* fix(socket): prevent false-ready state when socket errors during handshake

Fixes race condition where async socket errors during connection
handshake don't trigger reconnection. Validates socket state after
initiator completes to catch errors swallowed by command handlers.

fixes: #3108

* remove comments
2025-11-10 19:34:26 +02:00
..
2022-12-26 13:35:37 -05:00
2025-10-23 14:03:35 +00:00
2022-05-02 11:48:12 -04:00

@redis/client

The source code and documentation for this package are in the main node-redis repo.