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
+6
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,12 @@ if (context.revisionData.revisionKey && !context.revisionData.activatedRevisionK
149
149
}
150
150
```
151
151
152
+
### maxRecentUploads
153
+
154
+
The maximum number of recent revisions to keep in Redis.
155
+
156
+
*Default:*`10`
157
+
152
158
## Activation
153
159
154
160
As well as uploading a file to Redis, *ember-cli-deploy-redis* has the ability to mark a revision of a deployed file as `current`. This is most commonly used in the [lightning method of deployment][1] whereby an index.html file is pushed to Redis and then served to the user by a web server. The web server could be configured to return any existing revision of the index.html file as requested by a query parameter. However, the revision marked as the currently `active` revision would be returned if no query paramter is present. For more detailed information on this method of deployment please refer to the [ember-cli-deploy-lightning-pack README][1].
0 commit comments