Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/operate/oss_and_stack/install/install-stack/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ title: Install Redis Open Source
weight: 2
---

Redis Open Source has been tested on the following platforms:

- Ubuntu 20.04 (Focal Fossa), 22.04 (Jammy Jellyfish), and 24.04 (Noble Numbat).
- Rocky Linux 8.10 and 9.5.
- AlmaLinux 8.10 and 9.5.
- Debian 11 (Bullseye) and 12 (Bookworm).
- macOS 13 (Ventura), 14 (Sonoma), and 15 (Sequoia).

Follow the links below for installation instructions for your OS and distribution.

While you can install Redis Open Source on any of the platforms listed below, you might also consider using Redis Cloud by creating a [free account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users).
Redis 8 is not yet available on Redis Cloud.

Expand Down
1 change: 0 additions & 1 deletion content/operate/oss_and_stack/install/install-stack/rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Follow these steps to install Redis Open Source.
{{< highlight bash >}}
curl -fsSL https://packages.redis.io/gpg > /tmp/redis.key
sudo rpm --import /tmp/redis.key
sudo yum install epel-release
sudo yum install redis
{{< / highlight >}}

Expand Down