Skip to content

Commit

Permalink
Merge pull request #2538 from dwdougherty/doc-2700-dwdougherty
Browse files Browse the repository at this point in the history
Add RC as option in main get started page + minor title fix
  • Loading branch information
dmaier-redislabs authored Sep 20, 2023
2 parents 9e828fe + 22c3609 commit 5296168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ aliases:

This is a guide to getting started with Redis. You'll learn how to install, run, and experiment with the Redis server process.

While you can install Redis on any of the platforms listed below, you might also consider using Redis Cloud by creating a [free account](https://docs.redis.com/latest/rc/rc-quickstart/).

## Install Redis

How you install Redis depends on your operating system and whether you'd like to install it bundled with Redis Stack and Redis UI. See the guide below that best fits your needs:
Expand Down Expand Up @@ -139,4 +141,4 @@ Make sure that everything is working as expected:
Note: The above instructions don't include all of the Redis configuration parameters that you could change, for instance, to use AOF persistence instead of RDB persistence, or to set up replication, and so forth.
Make sure to read the example [`redis.conf`](https://github.com/redis/redis/blob/6.2/redis.conf) file (that is heavily commented).

<hr>
<hr>
4 changes: 2 additions & 2 deletions docs/management/scaling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Scaling with Redis Cluster
linkTitle: Scaling
title: Scale with Redis Cluster
linkTitle: Scale with Redis Cluster
weight: 6
description: Horizontal scaling with Redis Cluster
aliases: [
Expand Down

0 comments on commit 5296168

Please sign in to comment.