You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-11 09:22:35 +03:00
* 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
@redis/client
The source code and documentation for this package are in the main node-redis repo.