node-redis-sentinel

JSON →
library 0.3.3 ·javascript deprecated
verified Jun 7, 2026

Wrapper around node_redis that creates a Redis client pointing to the master server in a Sentinel-managed setup, with automatic failover when the master goes down. Version 0.3.3 is the latest, with no active releases since 2013. It differs from alternatives like ioredis in that it only supports basic failover and does not handle sentinel reconnection or advanced configurations. The library is deprecated; users should migrate to ioredis or redis with native sentinel support.