Redis cache connector for deepstream.io, version 1.2.2. Provides a persistent cache backend using Redis for deepstream's data storage. Currently in maintenance mode as deepstream.io v5 has deprecated this plugin in favor of a unified storage connector. Supports optional TTL for cache entries and connects via the ioredis library. Alternative to built-in in-memory cache with persistence across server restarts.
npm install deepstream.io-cache-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures deepstream.io server to use Redis as cache backend with host, port, optional database index and TTL.
Replace with deepstream.io-storage-redis and update connector import.
Run: npm install ioredis
Upgrade to deepstream.io v5 and use deepstream.io-storage-redis instead.
Refer to ioredis documentation for all available options.
Migrate to a maintained alternative like deepstream.io-storage-redis.
Ensure Redis is installed and running. Verify host and port in configuration.
Run: npm install ioredis
Change to const RedisCacheConnector = require('deepstream.io-cache-redis');