From 24f04fba3700b0b6f22d237807268b9dc68f112d Mon Sep 17 00:00:00 2001 From: Asamu David Date: Wed, 23 Apr 2025 15:52:07 +0100 Subject: [PATCH] Update REDIS_CLUSTER env doc.md --- docs/docs/cloud/reference/env_var.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/cloud/reference/env_var.md b/docs/docs/cloud/reference/env_var.md index 099ee8b9d..47812b98b 100644 --- a/docs/docs/cloud/reference/env_var.md +++ b/docs/docs/cloud/reference/env_var.md @@ -101,8 +101,8 @@ Defaults to `''`. ## `REDIS_CLUSTER` -!!! info "Only for Self-Hosted Data Plane and Self-Hosted Control Plane" - Redis Cluster mode is only available for [Self-Hosted Data Plane](../../concepts/langgraph_self_hosted_data_plane.md) and [Self-Hosted Control Plane](../../concepts/langgraph_self_hosted_control_plane.md) deployments. +!!! info "Only Allowed in Self-Hosted Deployments" + Redis Cluster mode is only available in Self-Hosted Deployment models, LangGraph Cloud SaaS will provision a redis instance for you by default. Set `REDIS_CLUSTER` to `True` to enable Redis Cluster mode. When enabled, the system will connect to Redis using cluster mode. This is useful when connecting to a Redis Cluster deployment.