Redis Fast Driver

JSON →
library 2.2.6 ·javascript
verified Jun 7, 2026

A high-performance Redis client for Node.js built on top of the hiredis C async library, providing near-native speed for pipelining and raw commands. Version 2.2.6 is the latest stable release, with infrequent updates. It supports ES6 promises via rawCallAsync, automatic reconnection, and all Redis commands including PUB/SUB and MONITOR. Unlike ioredis or node-redis, it focuses on minimal overhead and simplicity, making it suitable for high-throughput production environments. The driver has been battle-tested at 30k ops/sec per instance. Ships TypeScript definitions.