Redis RESP3 protocol implementation in Node.JS
Node.JS highly optimized and pure streaming implementation of Redis 5.x Streams using Redis 6.x RESP3 protocol.
No external dependencies or Redis clients required. About 100 LOC for write stream, 200 LOC for read stream. Supported JSON data conversion, automatic connection resilence, error handling.