From aa67d22754aa19357d99a119b3507747b9156643 Mon Sep 17 00:00:00 2001 From: nargit Date: Thu, 12 Feb 2026 13:22:59 +0100 Subject: [PATCH] improve dock for sentinels --- docs/getting-started/env-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index 8f0c47fb2..b8ecf75b4 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -5912,7 +5912,7 @@ More information about this setting can be found [here](https://docs.sqlalchemy. #### `REDIS_URL` - Type: `str` -- Description: Specifies the URL of the Redis instance or cluster host for storing application state. +- Description: Specifies the URL of the Redis instance, cluster host or sentinel for storing application state. - Examples: - `redis://localhost:6379/0` - `rediss://:password@localhost:6379/0` *(with password and TLS)*