Skip to content

fix(docs): add valid cache keys to Redis docs and Apple Silicon warning to Docker page#541

Merged
berry-13 merged 1 commit into
mainfrom
fix/issues-228-428-docs
Mar 22, 2026
Merged

fix(docs): add valid cache keys to Redis docs and Apple Silicon warning to Docker page#541
berry-13 merged 1 commit into
mainfrom
fix/issues-228-428-docs

Conversation

@berry-13
Copy link
Copy Markdown
Member

Summary

Fixes two documentation issues:

Issue #428 — Redis doc includes invalid key STATIC_CONFIG

The Redis configuration doc previously had a vague reference to valid cache keys (CacheKeys enum) without listing them. Users copying deprecated examples (e.g. STATIC_CONFIG) hit startup errors like:

Error: Invalid cache keys in FORCED_IN_MEMORY_CACHE_NAMESPACES: STATIC_CONFIG

Changes to content/docs/configuration/redis.mdx:

  • Added a complete table of all 22 valid CacheKeys values with descriptions
  • Added a warning callout noting that STATIC_CONFIG is deprecated and will cause errors

Issue #228 — Mac MX series don't support AVX

The Docker installation page had no mention of AVX incompatibility with Apple Silicon (M1/M2/M3/M4) Macs, which causes MongoDB to crash on startup.

Changes to content/docs/local/docker.mdx:

  • Added a prominent warning callout in the Prerequisites section
  • Included the inline fix (docker-compose.override.yml with mongo:4.4.18)
  • Links to the Docker Override guide for further details

Closes #428
Closes #228

…ng to Docker page

Fixes #428: The Redis configuration doc previously listed STATIC_CONFIG as
a valid cache key, which was deprecated and causes startup errors. Added a
complete table of valid CacheKeys values with descriptions, plus a callout
warning about invalid keys.

Fixes #228: The Docker installation page had no mention of the AVX
incompatibility with Apple Silicon (M-series) Macs. Added a prominent
callout in the Prerequisites section with the docker-compose.override.yml
fix to use mongo:4.4.18.
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
librechat-ai Ready Ready Preview, Comment Mar 21, 2026 5:52pm

Request Review

@github-actions
Copy link
Copy Markdown

📦 Next.js Bundle Analysis for librechat.ai

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@berry-13 berry-13 merged commit 4174c8d into main Mar 22, 2026
3 checks passed
@berry-13 berry-13 deleted the fix/issues-228-428-docs branch March 22, 2026 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redis integration doc includes wrong key: STATIC_CONFIG Mac MX series don't support AVX

1 participant