[PR #3304] [MERGED] fix: clarify redis tls is enabled by default in self-hosted docs [closes DOC-924] #3361

Closed
opened 2026-06-05 18:22:51 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3304
Author: @lnhsingh
Created: 3/25/2026
Status: Merged
Merged: 3/25/2026
Merged by: @katmayb

Base: mainHead: open-swe/f749718e-32f9-99d1-2887-007ba03ef0e7


📝 Commits (1)

  • 0af5587 Clarify that Redis Cluster TLS is enabled by default, not disabled, and explain how to disable it when needed.

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 src/langsmith/self-host-external-redis.mdx (+4 -4)

📄 Description

Description

Updates the self-hosted external Redis documentation to clarify that TLS is enabled by default for Redis Cluster (tlsEnabled: true), and explains how to disable it for clusters that don't use TLS. The previous wording implied TLS was disabled by default, which confused customers who needed to explicitly disable it.

Resolves DOC-924

Test Plan

  • Verify the updated page at /langsmith/self-host-external-redis renders correctly and the TLS default behavior is clear

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3304 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 3/25/2026 **Status:** ✅ Merged **Merged:** 3/25/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `open-swe/f749718e-32f9-99d1-2887-007ba03ef0e7` --- ### 📝 Commits (1) - [`0af5587`](https://github.com/langchain-ai/docs/commit/0af5587c726bf403f95f12bfcba17459061bb8d3) Clarify that Redis Cluster TLS is enabled by default, not disabled, and explain how to disable it when needed. ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/self-host-external-redis.mdx` (+4 -4) </details> ### 📄 Description ## Description Updates the self-hosted external Redis documentation to clarify that TLS is enabled by default for Redis Cluster (`tlsEnabled: true`), and explains how to disable it for clusters that don't use TLS. The previous wording implied TLS was disabled by default, which confused customers who needed to explicitly disable it. Resolves DOC-924 ## Test Plan - [ ] Verify the updated page at `/langsmith/self-host-external-redis` renders correctly and the TLS default behavior is clear --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:22:51 -04:00
yindo closed this issue 2026-06-05 18:22:51 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3361