Skip to content

Commit

Permalink
Merge pull request #77 from redis-learn/DOC-3591-real
Browse files Browse the repository at this point in the history
RC: Add aliases for docLinks.ts on UI
  • Loading branch information
cmilesb authored Apr 3, 2024
2 parents 5fb763b + 635f898 commit fb25772
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/integrate/prometheus-with-redis-cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ summary: You can use Prometheus and Grafana to collect and visualize your Redis
metrics.
type: integration
weight: 6
aliases:
- /operate/rc/cloud-integrations/prometheus-integration
---

You can use Prometheus and Grafana to collect and visualize your Redis Cloud metrics.
Expand Down
2 changes: 2 additions & 0 deletions content/operate/oss_and_stack/stack-with-enterprise/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description: null
hideListLinks: true
linkTitle: Redis Stack and Redis Enterprise
weight: 70
aliases:
- /operate/modules
---

[Redis Enterprise Software]({{< relref "/operate/rs" >}}) and [Redis Cloud]({{< relref "/operate/rc" >}}) support all [Redis Stack]({{< relref "/develop/get-started/" >}}) features, which extend the core Redis feature set. Some of the capabilities Redis Stack provides include querying, indexing, and full-text search and support for JSON, time series, and probabilistic data structures.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ hideListLinks: true
linkTitle: Triggers and functions
toc: 'true'
weight: 60
aliases:
- /operate/stack/triggers-functions
---

{{<banner-article>}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description: Describes how to provision your Redis Cloud subscription to use exi
hidden: true
hideListLinks: true
weight: 40
aliases:
- /operate/rc/how-to/view-edit-cloud-account
- /operate/rc/cloud-accounts
---

Many customers use cloud provider accounts provisioned and maintained by Redis.
Expand Down
2 changes: 2 additions & 0 deletions content/operate/rc/databases/back-up-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ categories:
description: null
linktitle: Back up database
weight: 25
aliases:
- /operate/rc/administration/configuration/backups
---

The backup options for Redis Cloud databases depend on your plan:
Expand Down
2 changes: 2 additions & 0 deletions content/operate/rc/databases/configuration/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: Redis Cloud uses clustering to manage very large databases (25 GB a
to control how data is managed.
linkTitle: Clustering
weight: $weight
aliases:
- /operate/rc/concepts/clustering
---
For very large databases, Redis Cloud distributes database data to different cloud instances. For example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: Data eviction policies control what happens when new data exceeds t
to change which one is used for a database.
linkTitle: Data eviction
weight: $weight
aliases:
- /operate/rc/concepts/data-eviction-policies
---

The data eviction policy of a database controls what happens when new data exceeds the memory size of a database. Typically, such situations require _evicting_ (or deleting) data previously added to the database.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: Data persistence enables recovery in the event of memory loss or ot
and how to apply specific settings to individual databases.
linkTitle: Data persistence
weight: $weight
aliases:
- /operate/rc/concepts/data-persistence
---
Redis Cloud can persist data to enable recovery in the event of memory loss or other catastrophic failure. When you enable data persistence, in-memory data is copied to persistent storage attached to the underlying cloud instance.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description: Describes database replication and high availability as it affects
Cloud.
linkTitle: High availability
weight: $weight
aliases:
- /operate/rc/databases/high-availability
---

Database replication helps ensure high availability.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ categories:
description: Shows how to create an Active-Active database
linkTitle: Create Active-Active database
weight: 20
aliases:
- /operate/rc/subscriptions/create-active-active-subscription
---

Active-Active databases store data across multiple regions and availability zones. This improves scalability, performance, and availability, especially when compared to standalone databases. See [Active-Active Redis]({{< relref "/operate/rc/databases/configuration/active-active-redis" >}}) for more information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ categories:
description: Shows how to create an Essentials database.
linkTitle: Create Essentials database
weight: 5
aliases:
- /operate/rc/subscriptions/create-fixed-subscription
---

{{< embed-md "rc-create-db-first-steps.md" >}}
Expand Down
2 changes: 2 additions & 0 deletions content/operate/rs/databases/configure/oss-cluster-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ categories:
description: null
linkTitle: OSS Cluster API
weight: 20
aliases:
- /operate/rs/concepts/data-access/oss-cluster-api
---

Review [Redis OSS Cluster API Architecture]({{< relref "/operate/rs/clusters/optimize/oss-cluster-api" >}}) to determine if you should enable this feature for your database.
Expand Down
2 changes: 2 additions & 0 deletions content/operate/rs/security/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ categories:
description: null
hideListLinks: true
weight: 60
aliases:
- /operate/rs/administering/designing-production/security
---
Security is an important part of any production system. This section describes the security features and settings available in Redis Enterprise.

Expand Down

0 comments on commit fb25772

Please sign in to comment.