node_redis_cluster

JSON →
library 0.0.8 ·javascript abandoned
verified Jun 7, 2026

A thin wrapper over node_redis to handle Redis Clusters, currently at version 0.0.8. This library provides both a cluster client that auto-discovers cluster nodes via a seed link and a 'poor man's' cluster client for manually configured cluster topologies. It implements key-based command routing using CRC16 hashing to determine the correct shard. The package is designed for early Redis Cluster adopters and includes support for PUB/SUB. Key differentiators include minimal overhead, dependency on the widely-used node_redis, and support for custom slot assignments. However, the project appears to be in early development and is not actively maintained.