Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 484 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 484 Bytes

resp3 codecov

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.