Skip to content

doc(redis): update doc redis #2912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/resources/redis_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ The `private_network` block supports :
Keep in mind that in cluster mode you cannot edit your Private Network after its creation so if you want to be able to
scale your cluster horizontally (adding nodes) later, you should provide more IPs than nodes.
If not set, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.

~> **Important:** When IPAM is enabled, the IPs specified here will be ignored and should not be provided.

~> The `private_network` conflicts with `acl`. Only one should be specified.

~> **Important:** The way to use Private Networks differs whether you are using Redis™ in Standalone or cluster mode.
Expand Down
Loading