redis-enabled
Use the redis-enabled configuration entry to control whether the
rate-limiting data will be stored in a Redis database
Syntax
redis-enabled = <yes|no>
Description
This entry controls whether the rate-limiting data will be stored in a Redis database. When stored in a Redis database, rate-limiting data can be shared across multiple WebSEAL instances.
Options
- yes
- Specifies that the rate-limiting data is stored in a Redis database.
- no
- Specifies that the rate-limiting data is not stored in a Redis database.
Usage
This stanza entry is optional.
Default Value
no
Example
redis-enabled = yes