diff --git a/content/en/admin/config.md b/content/en/admin/config.md index 466f008c..aae458f5 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -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. +{{}} + +**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`.