An Ember CLI Deploy plugin that uploads a file (typically index.html) to a Redis store. v4.0.0, released 2024-08-28, stable. Part of the ember-cli-deploy ecosystem, commonly used with S3 for lightning deployments. Supports Node 14+ and Rediss URLs. Compared to alternatives, it integrates tightly with ember-cli-deploy hooks and configuration.
npm install ember-cli-deploy-redisVerified import paths — ran on the pinned version, not inferred.
Configure ember-cli-deploy-redis plugin in deploy.js with host, port, password.
Update Node to >=14 and ensure ember-cli-deploy is compatible.
Upgrade Node to >=12.
Upgrade Node to >=10.
Set filePattern to a glob pattern (not supported by default) or use separate plugin instances.
Use 'rediss://' URL format and set redisOptions.tls if needed.
Ensure the plugin runs within an ember-cli-deploy context, or provide keyPrefix manually.
Check password configuration in deploy.js or environment variable.
Start Redis server or update host/port configuration.