docs: add Redis Sentinel configuration documentation#2270
Conversation
Add comprehensive documentation for Redis Sentinel mode support introduced in PR #9851. Changes: - Add Redis Sentinel environment variables to configuration reference table - Add new "Redis Sentinel Mode" section to cache infrastructure docs - Include configuration examples for self-hosted and TLS setups - Document mutual exclusivity with cluster mode - Add best practices and warnings for production deployments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📦 Next.js Bundle Analysis for langfuse-docsThis analysis was generated by the Next.js Bundle Analysis action. 🤖 One Page Changed SizeThe following page changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored. |
Summary
This PR adds comprehensive documentation for Redis Sentinel mode support, following the implementation in langfuse/langfuse#9851.
Changes
Updated Files
pages/self-hosting/deployment/infrastructure/cache.mdxpages/self-hosting/configuration/index.mdxREDIS_SENTINEL_ENABLEDREDIS_SENTINEL_NODESREDIS_SENTINEL_MASTER_NAMEREDIS_SENTINEL_USERNAMEREDIS_SENTINEL_PASSWORDKey Documentation Points
maxmemory-policy=noevictionmust be set on master and replicasRelated
🤖 Generated with Claude Code
Important
Adds documentation for Redis Sentinel configuration, including environment variables and best practices, to
cache.mdxandindex.mdx.cache.mdx.index.mdxandcache.mdx.REDIS_SENTINEL_ENABLED,REDIS_SENTINEL_NODES,REDIS_SENTINEL_MASTER_NAME,REDIS_SENTINEL_USERNAME,REDIS_SENTINEL_PASSWORDadded.maxmemory-policy=noevictionmust be set on master and replicas.This description was created by
for 8c7633a. You can customize this summary. It will automatically update as commits are pushed.