Skip to content

Commit 5296168

Browse files
Merge pull request #2538 from dwdougherty/doc-2700-dwdougherty
Add RC as option in main get started page + minor title fix
2 parents 9e828fe + 22c3609 commit 5296168

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/getting-started/_index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ aliases:
1212

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

15+
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/).
16+
1517
## Install Redis
1618

1719
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:
@@ -139,4 +141,4 @@ Make sure that everything is working as expected:
139141
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.
140142
Make sure to read the example [`redis.conf`](https://github.com/redis/redis/blob/6.2/redis.conf) file (that is heavily commented).
141143

142-
<hr>
144+
<hr>

docs/management/scaling.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Scaling with Redis Cluster
3-
linkTitle: Scaling
2+
title: Scale with Redis Cluster
3+
linkTitle: Scale with Redis Cluster
44
weight: 6
55
description: Horizontal scaling with Redis Cluster
66
aliases: [

0 commit comments

Comments
 (0)