Skip to content

Commit 809c524

Browse files
committed
OSS Cluster API Changes
1 parent fc3fc0e commit 809c524

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

content/embeds/oss-cluster-api-intro.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ and then they connect directly to the Redis proxy on each node that hosts a mast
88
You must use a client that supports the cluster API to connect to a database
99
that has the cluster API enabled.
1010
{{< /note >}}
11-
12-
{{< warning >}}
13-
Kubernetes limitation: OSS Cluster API can only be used by clients running within the same Kubernetes cluster as the Redis Enterprise pods. External clients cannot use OSS Cluster API due to pod IP address accessibility limitations.
14-
{{< /warning >}}

content/operate/rc/databases/configuration/clustering.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,14 @@ These changes include:
196196
- **PCRE_ANCHORED:** the pattern is constrained to match only at
197197
the start of the string which is being searched.
198198

199-
## Cluster API {#oss-cluster-api}
199+
## OSS Cluster API {#oss-cluster-api}
200200

201201
{{< embed-md "oss-cluster-api-intro.md" >}}
202202

203-
The Cluster API is only supported on Redis Cloud Pro databases. You can enable it in the Performance section of the configuration screen.
203+
The OSS Cluster API is only supported on Redis Cloud Pro databases. You can enable it in the Performance section of the configuration screen.
204204

205205
After you select OSS Cluster API, you can select **Use external endpoint** if you want to use the external endpoint for the database. Selecting **Use external endpoint** will block the private endpoint for this database.
206206

207-
The Redis Cluster API is supported only when a database uses the [standard hashing policy](#standard-hashing-policy) and does not use Search and Query or Time Series advanced capabilities.
207+
The OSS Cluster API is supported only when a database uses the [standard hashing policy](#standard-hashing-policy)
208208

209-
Review [Redis Cluster API architecture]({{< relref "/operate/rs/clusters/optimize/oss-cluster-api" >}}) to determine if you should enable this feature for your database.
209+
Review [OSS Cluster API architecture]({{< relref "/operate/rs/clusters/optimize/oss-cluster-api" >}}) to determine if you should enable this feature for your database.

content/operate/rs/clusters/optimize/oss-cluster-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ weight: $weight
1212
---
1313
{{< embed-md "oss-cluster-api-intro.md" >}}
1414

15+
{{< warning >}}
16+
Kubernetes limitation: OSS Cluster API can only be used by clients running within the same Kubernetes cluster as the Redis Enterprise pods. External clients cannot use OSS Cluster API due to pod IP address accessibility limitations.
17+
{{< /warning >}}
18+
1519
You can use the Redis OSS Cluster API along with other Redis Enterprise Software high availability
1620
to get high performance with low latency
1721
and let applications stay current with cluster topology changes, including add node, remove node, and node failover.

0 commit comments

Comments
 (0)