docs for REDIS_KEY_PREFIX

This commit is contained in:
Taylor Wilsdon
2025-06-28 12:15:23 -07:00
parent 5d67a9653d
commit 230ecbfd55
2 changed files with 9 additions and 1 deletions

View File

@@ -3268,6 +3268,12 @@ When deploying Open WebUI in a multi-node/worker cluster with a load balancer, y
- Default: `26379`
- Description: Sentinel port for app state Redis.
#### `REDIS_KEY_PREFIX`
- Type: `str`
- Default: `open-webui`
- Description: Customizes the Redis key prefix used for storing configuration values. This allows multiple Open WebUI instances to share the same Redis instance without key conflicts. When operating in Redis cluster mode, the prefix is formatted as `{prefix}:` (e.g., `{open-webui}:config:*`) to enable multi-key operations on configuration keys within the same hash slot.
#### `ENABLE_WEBSOCKET_SUPPORT`
- Type: `bool`