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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,12 @@ The Redis port. If [url](#url) is defined, then this option is not needed.
75
75
76
76
*Default:*`6379`
77
77
78
+
### database
79
+
80
+
The Redis database number. If [url](#url) is defined, then this option is not needed.
81
+
82
+
*Default:*`undefined`
83
+
78
84
### password
79
85
80
86
The Redis password. If [url](#url) is defined, then this option is not needed.
@@ -113,9 +119,9 @@ The unique revision number for the version of the file being uploaded to Redis.
113
119
114
120
### redisDeployClient
115
121
116
-
The Redis client to be used to upload files to the Redis store. By default this option will use a new instance of the [Redis][3] client unless another client is provided in the `redisDeployClient` property of the deployment context. This allows for injection of a mock client for testing purposes.
122
+
The Redis client to be used to upload files to the Redis store. By default this option will use a new instance of the [Redis][3] client. This allows for injection of a mock client for testing purposes.
117
123
118
-
*Default:*`context.redisDeployClient || new Redis(context.config.redis)`
0 commit comments