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: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ Change these properties to tweak rate limits in Wave.
206
206
207
207
-**`redis.client.timeout`**: defines the timeout duration (in milliseconds) for Redis client operations. The default value is `5000` (5 seconds). *Optional*.
208
208
209
-
-**`redis.password`**: specifies the password used to authenticate with the Redis server. This is needed when redis authentication is enabled.*Optional*.
209
+
-**`redis.password`**: specifies the password used to authenticate with the Redis server. This is needed when redis authentication is enabled. It can be set using the `${REDIS_PASSWORD}` environment variable. *Optional*.
0 commit comments