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)*