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-2
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,6 @@ The Redis client to be used to upload files to the Redis store. By default this
158
158
159
159
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.
160
160
161
-
*Default:*
162
-
163
161
```javascript
164
162
if (context.revisionData.revisionKey&&!context.revisionData.activatedRevisionKey) {
165
163
return"Deployed but did not activate revision "+context.revisionData.revisionKey+". "
@@ -168,6 +166,12 @@ if (context.revisionData.revisionKey && !context.revisionData.activatedRevisionK
168
166
}
169
167
```
170
168
169
+
### tls
170
+
171
+
An optional tls configuration object for connecting to redis instances with encryption-in-transit enabled. Please see [https://github.com/luin/ioredis#tls-options](https://github.com/luin/ioredis#tls-options) for available options
172
+
173
+
*Default:*`null`
174
+
171
175
### maxRecentUploads
172
176
173
177
The maximum number of recent revisions to keep in Redis.
0 commit comments