Skip to content

Commit

Permalink
Update redis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov authored Sep 27, 2024
1 parent f799e05 commit 6dbc75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/configuration/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Rspamd supports the following Redis options (common for all modules):
* `timeout`: timeout in seconds to get reply from Redis (e.g. `0.5s` or `1min`)
* `db`: number of database to use (by default, Rspamd will use the default Redis database with number `0`)
* `password`: password to connect to Redis (no password by default)
* `username`: username to use when authenticating to Redis
* `prefix`: use the specified prefix for keys in Redis (if supported by module)
* `expand_keys` (1.7.0+): if set to `true` 'expand' key names used in queries (discussed further below)

Expand Down

0 comments on commit 6dbc75b

Please sign in to comment.