redisparse – Streaming Redis response parser
JSON →A lightweight streaming parser for Redis responses, version 0.2.1. Unlike buffer-based parsers, redisparse processes each chunk independently without buffering incomplete data, making it suitable for streaming environments. Its API follows the event-driven pattern of node_redis but adds support for partial replies. Currently in early development (single-digit minor version), not widely adopted, with infrequent releases.
Resources
packageredisparse ↗