redis-party

JSON →
library 0.6.0 ·javascript maintenance
verified Jun 7, 2026

Drop-in Redis cluster client wrapper for Node.js that provides a node_redis-compatible interface. Version 0.6.0 is the current stable release. The library automatically discovers cluster nodes, manages slot-node mapping, and routes commands to the correct node based on key hashes. It supports multi-key operations only on the same slot and emits events for cluster configuration changes. Alternative to ioredis for cluster mode, but with lower maintenance activity.