[PR #1673] [MERGED] self-hosted: Support for Redis cluster for LangSmith self hosted #1745

Closed
opened 2026-02-17 17:22:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1673
Author: @romain-priour-lc
Created: 11/30/2025
Status: Merged
Merged: 12/2/2025
Merged by: @lnhsingh

Base: mainHead: romain/support-redis-cluster-self-hosted


📝 Commits (5)

  • 1eb998f Done
  • c3b0bda Merge branch 'main' into romain/support-redis-cluster-self-hosted
  • 5640658 Merge branch 'main' into romain/support-redis-cluster-self-hosted
  • 40ecc33 cleanup
  • 9ee8f6e Merge branch 'main' into romain/support-redis-cluster-self-hosted

📊 Changes

4 files changed (+4 additions, -6 deletions)

View changed files

📝 src/langsmith/aws-self-hosted.mdx (+1 -1)
📝 src/langsmith/azure-self-hosted.mdx (+1 -1)
📝 src/langsmith/self-host-external-redis.mdx (+1 -3)
📝 src/langsmith/self-host-using-an-existing-secret.mdx (+1 -1)

📄 Description

Overview

Adds sections for official support for Redis cluster in LangSmith self hosted

Type of change

Type: Update existing documentation

Related issues/PRs

  • Linear issue: INF-1192

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow


🔄 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/1673 **Author:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `romain/support-redis-cluster-self-hosted` --- ### 📝 Commits (5) - [`1eb998f`](https://github.com/langchain-ai/docs/commit/1eb998f85d98d3bbd86757873154fd4cbd557c2c) Done - [`c3b0bda`](https://github.com/langchain-ai/docs/commit/c3b0bda3264d60886fbc105d8a748d5d1b995c54) Merge branch 'main' into romain/support-redis-cluster-self-hosted - [`5640658`](https://github.com/langchain-ai/docs/commit/5640658dc1615410da7218944b84f4325fdef38f) Merge branch 'main' into romain/support-redis-cluster-self-hosted - [`40ecc33`](https://github.com/langchain-ai/docs/commit/40ecc331d27037e8169c171fc5ab0b611937c59d) cleanup - [`9ee8f6e`](https://github.com/langchain-ai/docs/commit/9ee8f6e6993b04ec0d5589726263483396024303) Merge branch 'main' into romain/support-redis-cluster-self-hosted ### 📊 Changes **4 files changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/aws-self-hosted.mdx` (+1 -1) 📝 `src/langsmith/azure-self-hosted.mdx` (+1 -1) 📝 `src/langsmith/self-host-external-redis.mdx` (+1 -3) 📝 `src/langsmith/self-host-using-an-existing-secret.mdx` (+1 -1) </details> ### 📄 Description ## Overview Adds sections for official support for Redis cluster in LangSmith self hosted ## Type of change **Type:** Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: Closes INF-1192 <!-- For LangChain employees, if applicable: --> - Linear issue: INF-1192 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [X] I have read the [contributing guidelines](README.md) - [X] I have tested my changes locally using `docs dev` - [X] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) --- <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-02-17 17:22:41 -05:00
yindo closed this issue 2026-02-17 17:22:41 -05:00
yindo changed title from [PR #1673] self-hosted: Support for Redis cluster for LangSmith self hosted to [PR #1673] [MERGED] self-hosted: Support for Redis cluster for LangSmith self hosted 2026-06-05 18:14:43 -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#1745