Skip to content

config properties rate_limiter properties redis_config

GitHub Action edited this page Nov 7, 2024 · 6 revisions

Version

v1.2.1

redis_config Type

object (Details)

redis_config Properties

Property Type Required Nullable Defined by
address string Required cannot be null Config
password string Optional cannot be null Config

address

address is the address of the redis instance in the form of host[:port][/database].

address

  • is required

  • cannot be null

address Type

string

password

password is the password for the redis instance.

password

  • is optional

  • cannot be null

password Type

string

Clone this wiki locally