redis-sub
JSON →A small Redis subscription wrapper for Node.js that simplifies subscribing to Redis channels. Version 1.0.0 is stable but unmaintained since 2013. It wraps the `redis` npm package v0.8.2, providing an event emitter interface for channel subscriptions. Unlike more modern alternatives like ioredis or node-redis v4, this package is outdated and lacks support for newer Redis features, TLS, and clustering. It requires manual connection handling and does not include automatic reconnection logic.
Resources
packageredis-sub ↗