From a80e4755a966fb57da5b4f199a20249f1e77f3c4 Mon Sep 17 00:00:00 2001 From: frojd-trond-froding Date: Thu, 15 Jan 2026 20:44:45 +0100 Subject: [PATCH] Format REDIS_URL header as code block Missed the correct formatting in the previous PR, thank you for awesome job and product! --- 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 42e2a451..f512a921 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -5617,7 +5617,7 @@ More information about this setting can be found [here](https://docs.sqlalchemy. ### Redis -#### REDIS_URL +#### `REDIS_URL` - Type: `str` - Description: Specifies the URL of the Redis instance or cluster host for storing application state.