Skip to content
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
2 changes: 1 addition & 1 deletion downstream/modules/platform/con-gw-clustered-redis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ With clustered Redis, data is automatically partitioned over multiple nodes to p

[NOTE]
====
6 VMs are required for a Redis high availability (HA) compatible deployment. Redis can be colocated on each {PlatformNameShort} component VM except for {ControllerName}, execution nodes, or the PostgreSQL database. See link:{LinkTopologies} for the opinionated deployment options available.
6 VMs are required for a Redis high availability (HA) compatible deployment. In RPM deployments, Redis can be colocated on each {PlatformNameShort} component VM except for {ControllerName}, execution nodes, or the PostgreSQL database. In containerized deployments, Redis can be colocated on any {PlatformNameShort} component VMs of your choice except for execution nodes or the PostgreSQL database. See link:{LinkTopologies} for the opinionated deployment options available.
====

A cluster contains three primary nodes and each primary node contains a replica node.
Expand Down