Deprecate redis namespace (#1528)

* Deprecate `REDIS_NAMESPACE`

* Update content/en/admin/config.md

Co-authored-by: Claire <claire.github-309c@sitedethib.com>

---------

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
David Roetzel 2024-09-06 17:19:28 +02:00 committed by GitHub
parent 3b06fdb018
commit 54659f9371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -436,6 +436,13 @@ Defaults to `hiredis`, accepted values are `hiredis` or `ruby`.
If provided, namespaces all Redis keys. This allows the sharing of the same Redis database between different projects or Mastodon servers.
{{< hint style="warning" >}}
This option is deprecated. Sidekiq 7 removes support for namespaces, and so will a future version of Mastodon. We will attempt to document a clear migration path by the time that happens. If you are setting up a new instance, using this option is highly discouraged.
{{</ hint >}}
**Version history:**\
4.3.0 - deprecated
#### `REDIS_SENTINELS`
A comma-delimited list of Redis Sentinel instance HOST:PORTs. The port number is optional, if omitted it will use the value given in `REDIS_SENTINEL_PORT` or the default of `26379`.