Redis message connector for deepstream.io v1.x, enabling horizontal scaling via Redis pub/sub. Current version 1.0.5 (stable, last release 2017). Depends on ioredis. Only compatible with deepstream.io v1.x; not supported in v2+ due to API changes. Use deepstream.io v3+ built-in cluster or a custom connector for modern versions.
npm install deepstream.io-msg-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures deepstream.io v1 to use Redis as message bus for horizontal scaling.
Upgrade to deepstream.io v3+ and use built-in clustering or a custom connector.
Pin ioredis version in package.json (e.g., ioredis@^4.0.0) or migrate to a maintained connector.
Ensure Redis is available before starting deepstream server.
Use either single server config (host+port) or cluster config (nodes array).
Run: npm install deepstream.io-msg-redis. Then require with correct path.
Use: const RedisMessageConnector = require('deepstream.io-msg-redis');Start Redis or check REDIS_HOST/REDIS_PORT environment variables.