You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ The Redis client to be used to upload files to the Redis store. By default this
133
133
134
134
A message that will be displayed after the file has been successfully uploaded to Redis. By default this message will only display if the revision for `revisionData.revisionKey` of the deployment context has been activated.
135
135
136
-
*Default:*
136
+
*Default:*
137
137
138
138
```javascript
139
139
if (context.revisionData.revisionKey&&!context.revisionData.activatedRevisionKey) {
@@ -181,9 +181,10 @@ So, if the `keyPrefix` was configured to be `my-app:index` and there had been 3
181
181
$ redis-cli
182
182
183
183
127.0.0.1:6379> KEYS *
184
-
1) my-app:index:9ab2021411f0cbc5ebd5ef8ddcd85cef
185
-
2) my-app:index:499f5ac793551296aaf7f1ec74b2ca79
186
-
3) my-app:index:f769d3afb67bd20ccdb083549048c86c
184
+
1) my-app:index
185
+
2) my-app:index:9ab2021411f0cbc5ebd5ef8ddcd85cef
186
+
3) my-app:index:499f5ac793551296aaf7f1ec74b2ca79
187
+
4) my-app:index:f769d3afb67bd20ccdb083549048c86c
187
188
```
188
189
189
190
Activating a revison would add a new entry to Redis pointing to the currently active revision:
@@ -194,10 +195,11 @@ $ ember deploy:activate f769d3afb67bd20ccdb083549048c86c
0 commit comments