Skip to content

Digital Packet

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukemelia lukemelia released this 14 Sep 02:43
· 170 commits to master since this release

This release expects to find a json object with a revisionKey property instead of a revisionKey string. It is designed to work with the new version of ember-cli-deploy-revision-data.

If you are upgrading from v0.1.0-beta.1, the revision list key type in redis has changed from being "list" to a "zset". You will need to delete it to allow ember-cli-deploy-redis to recreate it. Check your deploy.js file to see what keyPrefix you have configured. Then send redis the command del [keyPrefix] (where [keyPrefix] is your configured value).