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:
parent
3b06fdb018
commit
54659f9371
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue