Skip to content

Commit 74d117e

Browse files
authored
DEV: modify get started links to point to the new installation pages (#1380)
1 parent 4b42b57 commit 74d117e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/get-started/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ type: develop
77
---
88
Redis is an [in-memory data store]({{< relref "/develop/get-started/data-store" >}}) used by millions of developers as a cache, [vector database]({{< relref "/develop/get-started/vector-database" >}}), [document database]({{< relref "/develop/get-started/document-database" >}}), [streaming engine]({{< relref "/develop/data-types/streams" >}}), and message broker. Redis has built-in replication and different levels of [on-disk persistence]({{< relref "/operate/oss_and_stack/management/persistence" >}}). It supports complex [data types]({{< relref "/develop/data-types/" >}}) (for example, strings, hashes, lists, sets, sorted sets, and JSON), with atomic operations defined on those data types.
99

10-
You can install Redis from source, from an executable for your OS, or bundled with Redis Stack and Redis Insight which include popular features and monitoring.
10+
You can install Redis from source or from an executable/distribution for your OS.
1111

12-
* [Install Redis on Linux]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-linux" >}})
13-
* [Install Redis on macOS]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-mac-os" >}})
14-
* [Install Redis on Windows]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows" >}})
12+
* Install Redis on Linux using [APT]({{< relref "/operate/oss_and_stack/install/install-stack/apt" >}}), [RPM]({{< relref "/operate/oss_and_stack/install/install-stack/rpm" >}}), or [Snap]({{< relref "/operate/oss_and_stack/install/install-stack/snap" >}})
13+
* [Install Redis on macOS]({{< relref "/operate/oss_and_stack/install/install-stack/homebrew" >}})
14+
* [Run Redis on Windows using Docker]({{< relref "/operate/oss_and_stack/install/install-stack/windows" >}})
15+
* [Run Redis on Docker]({{< relref "/operate/oss_and_stack/install/install-stack/docker" >}})
16+
* [Install Redis from Source]({{< relref "/operate/oss_and_stack/install/build-stack" >}})
1517
* [Install Redis with Redis Stack and Redis Insight]({{< relref "/operate/oss_and_stack/install/archive/install-stack" >}})
16-
* [Run Redis Stack on Docker]({{< relref "/operate/oss_and_stack/install/install-stack/docker" >}})
17-
* [Install Redis from Source]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-from-source" >}})
1818

1919
## Use cases
2020

0 commit comments

Comments
 (0)