-
Notifications
You must be signed in to change notification settings - Fork 937
config properties rate_limiter properties redis_config
GitHub Action edited this page Jan 8, 2025
·
9 revisions
v1.3.2
object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
address | string |
Required | cannot be null | Config |
password | string |
Optional | cannot be null | Config |
address
is the address of the redis instance in the form of host[:port][/database]
.
address
-
is required
-
cannot be null
string
password
is the password for the redis instance.
password
-
is optional
-
cannot be null
string