Skip to content

Document Flex best practices and limitations - #3920

Merged
mich-elle-luna merged 2 commits into
mainfrom
DOC-6221
Sep 4, 2026
Merged

Document Flex best practices and limitations#3920
mich-elle-luna merged 2 commits into
mainfrom
DOC-6221

Conversation

@mich-elle-luna

@mich-elle-luna mich-elle-luna commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Add key/value size guidance and the 4 GB Flash storage limit (larger values fall back to RAM-only with a log warning), plus clarify that the Essentials RAM percentage is fixed at 10% versus Pro's configurable 10-50% range.


Note

Low Risk
Documentation-only change with no runtime, API, or configuration behavior changes.

Overview
Adds a Best practices and limitations section to the Redis Cloud Flex database creation guide, before the existing create steps.

It documents RAM percentage rules: Essentials Flex is fixed at 10% (not configurable), while Pro allows 10–50% at creation, with a link to support guidance on choosing a ratio.

It adds key and value size guidance: prefer small objects (avoid >10 KB) because tiering moves whole values between RAM and Flash; Flash cannot hold keys/values over 4 GB (those stay RAM-only and log a key too big for disk driver warning), including an example log line.

Reviewed by Cursor Bugbot for commit 7b5b43f. Bugbot is set up for automated code reviews on this repo. Configure here.

Add key/value size guidance and the 4 GB Flash storage limit (larger
values fall back to RAM-only with a log warning), plus clarify that
the Essentials RAM percentage is fixed at 10% versus Pro's
configurable 10-50% range.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@mich-elle-luna
mich-elle-luna requested a review from a team September 3, 2026 20:33
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

DOC-6221

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

🧠 Redis Memory

Found 7 related items from repository history (2 new this commit):

Memory updated at 7b5b43f

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

@andy-stark-redis andy-stark-redis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestion but basically LGTM.

Comment thread content/operate/rc/databases/create-database/create-flex-database.md Outdated
…ase.md

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
@mich-elle-luna
mich-elle-luna merged commit 62b1e03 into main Sep 4, 2026
95 checks passed
@mich-elle-luna
mich-elle-luna deleted the DOC-6221 branch September 4, 2026 16:00
EliShteinman added a commit to EliShteinman/docs that referenced this pull request Sep 5, 2026
Documents the Flex RAM percentage per plan and the object size guidance, including the 4 GB ceiling above which keys stay in RAM and log a warning.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WycKvjyQaCQQBwVEkvSAKT
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.

2 participants