You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/glossary/_index.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -102,13 +102,13 @@ More info: [Database clustering]({{<relref "/operate/rc/databases/configuration/
102
102
{{%definition "Cluster Configuration Store (CCS)"%}}
103
103
An internally managed [Redis database]({{<relref "#redis-enterprise-database">}}) that acts as a single repository for all [cluster]({{<relref "#cluster">}}) metadata.
104
104
105
-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}})
105
+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}})
106
106
{{%/definition%}}
107
107
108
108
{{%definition "Cluster Node Manager (CNM)"%}}
109
109
A collection of Redis Enterprise services responsible for [provisioning]({{<relref "#provisioning">}}), [migration]({{<relref "#migration">}}), monitoring, [re-sharding]({{<relref "#re-sharding">}}), [rebalancing]({{<relref "#rebalancing">}}), de-provisioning, auto-scaling.
110
110
111
-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [Database operations]({{<relref "/operate/rs/databases">}})
111
+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [Database operations]({{<relref "/operate/rs/databases">}})
@@ -262,7 +262,7 @@ More info: [Latency monitoring]({{<relref "/operate/oss_and_stack/management/opt
262
262
{{%definition "master node"%}}
263
263
[Node]({{<relref "#redis-enterprise-nodes">}}) that operates as the leader of a [cluster]({{<relref "#cluster">}}). Also known as the primary node.
264
264
265
-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [High availability]({{<relref "#high-availability">}})
265
+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [High availability]({{<relref "#high-availability">}})
266
266
{{%/definition%}}
267
267
268
268
{{%definition "migration"%}}
@@ -327,7 +327,7 @@ More info: [operator pattern](https://kubernetes.io/docs/concepts/extend-kuberne
327
327
{{%definition "Out-of-Memory (OOM)"%}}
328
328
If a member [Active-Active database]({{<relref "#active-active">}}) is in an out of memory situation, that member is marked “inconsistent” by Redis Enterprise Software, the member stops responding to user traffic, and the [syncer]({{<relref "#syncer">}}) initiates full reconciliation with other peers in the Active-Active database.
329
329
330
-
More info: [Active-Active database troubleshooting]({{<relref "/operate/rs/databases/active-active/troubleshoot">}}), [Memory management]({{<relref "/operate/rs/databases/memory-performance">}})
330
+
More info: [Active-Active database troubleshooting]({{<relref "/operate/rs/databases/active-active/syncer">}}), [Memory management]({{<relref "/operate/rs/databases/memory-performance">}})
331
331
{{%/definition%}}
332
332
333
333
## P - Q {#letter-p}
@@ -377,7 +377,7 @@ For more info, see [Proxy policy]({{<relref "/operate/rs/databases/configure/pro
377
377
{{%definition "quorum node"%}}
378
378
[Node]({{<relref "#redis-enterprise-nodes">}}) provisioned only for [cluster]({{<relref "#cluster">}}) operations that can be elected as a [master node]({{<relref "#master-node">}}). The quorum node participates in the cluster quorum and must be explicitly assigned this role via the `rladmin` command.
Collection of [Redis Enterprise nodes]({{<relref "#redis-enterprise-nodes">}}). A [cluster]({{<relref "#cluster">}}) pools system resources across nodes in the cluster and supports multi-tenant [database]({{<relref "#redis-enterprise-database">}}) instances.
423
423
424
-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [Cluster management]({{<relref "/operate/rs/clusters">}})
424
+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [Cluster management]({{<relref "/operate/rs/clusters">}})
425
425
{{%/definition%}}
426
426
427
427
{{%definition "Redis Enterprise database"%}}
@@ -433,7 +433,7 @@ More info: [Database operations]({{<relref "/operate/rs/databases">}}), [Create
433
433
{{%definition "Redis Enterprise nodes"%}}
434
434
Physical or virtual machines or containers that runs a collection of Redis Enterprise services within a [cluster]({{<relref "#cluster">}}).
435
435
436
-
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters/cluster-architecture">}}), [Install and setup]({{<relref "/operate/rs/installing-upgrading">}})
436
+
More info: [Redis Enterprise cluster architecture]({{<relref "/operate/rs/clusters">}}), [Install and setup]({{<relref "/operate/rs/installing-upgrading">}})
0 commit comments