Skip to content

Commit a946f34

Browse files
author
James Hiscock
committed
Document activationSuffix
1 parent 822c42b commit a946f34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ The prefix to be used for the Redis key under which file will be uploaded to Red
111111

112112
*Default:* `context.project.name() + ':index'`
113113

114+
### activationSuffix
115+
116+
The suffix to be used for the Redis key under which the activated revision will be stored in Redis. By default this option will be `"current"`. This makes the default activated revision key in Redis looks like: `project.name() + ':index:current'`
117+
118+
*Default:* `current`
119+
114120
### revisionKey
115121

116122
The unique revision number for the version of the file being uploaded to Redis. The Redis key will be a combination of the `keyPrefix` and the `revisionKey`. By default this option will use either the `revisionKey` passed in from the command line or the `revisionData.revisionKey` property from the deployment context.

0 commit comments

Comments
 (0)