-
Notifications
You must be signed in to change notification settings - Fork 899
config properties rate_limiter properties redis_config
GitHub Action edited this page Nov 7, 2024
·
6 revisions
v1.2.1
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