Skip to content
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ weight: 1

This guide shows you how to install Redis on macOS using Homebrew. Homebrew is the easiest way to install Redis on macOS. If you'd prefer to build Redis from the source files on macOS, see [Installing Redis from Source]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-from-source" >}}).

{{< note >}}
Note that the `homebrew` Redis Community distributon is only tested on MacOS.

**The `homebrew` installation method isn't officially supported on Ubuntu / other Linux distributions.**
{{< /note >}}

## Prerequisites

First, make sure you have Homebrew installed. From the terminal, run:
Expand Down Expand Up @@ -100,4 +106,4 @@ Once you have a running Redis instance, you may want to:
* Connect using one of the [Redis clients]({{< relref "/develop/clients" >}})
* [Install Redis "properly"]({{< relref "/operate/oss_and_stack/install/install-redis#install-redis-properly" >}})
for production use.