redis-eventemitter

JSON →
library 2.0.1 ·javascript
verified Jun 7, 2026

Redis pub/sub using a simple event emitter. Current stable version 2.0.1. Wraps the event emitter pattern around Redis pub/sub, allowing Node.js developers to use familiar .on() and .emit() methods for pub/sub messaging. Supports pattern subscriptions with wildcards, prefixes for namespacing channels, and custom Redis clients. Differentiates by providing a high-level API that abstracts Redis pub/sub details, though it is limited in flexibility and has known gotchas with error handling and prefix behavior.