Digital Packet
Pre-release
Pre-release
·
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).