Skip to content

Commit b7eb2fb

Browse files
Merge pull request #1826 from redis/DOC-5427-new
Update install-redis-on-windows.md
2 parents 37595bb + cf49159 commit b7eb2fb

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

content/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,19 @@ title: Install Redis on Windows
1212
weight: 1
1313
---
1414

15-
Redis is not officially supported on Windows. However, you can install Redis on Windows for development by following the instructions below.
15+
## Run Redis on Windows using Memurai
1616

17-
To install Redis on Windows, you'll first need to enable [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install) (Windows Subsystem for Linux). WSL2 lets you run Linux binaries natively on Windows. For this method to work, you'll need to be running Windows 10 version 2004 and higher or Windows 11.
17+
Redis is now natively supported on Windows through [Memurai](https://www.memurai.com/), the official Redis partner for Windows compatibility.
1818

19-
## Install or enable WSL2
19+
## Run Redis on Windows using WSL (Windows Subsystem for Linux)
20+
21+
To install Redis on Windows using WSL, you'll first need to enable [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install) (Windows Subsystem for Linux). WSL2 lets you run Linux binaries natively on Windows. For this method to work, you'll need to be running Windows 10 version 2004 and higher or Windows 11.
22+
23+
### Install or enable WSL2
2024

2125
Microsoft provides [detailed instructions for installing WSL](https://docs.microsoft.com/en-us/windows/wsl/install). Follow these instructions, and take note of the default Linux distribution it installs. This guide assumes Ubuntu.
2226

23-
## Install Redis
27+
### Install Redis
2428

2529
Once you're running Ubuntu on Windows, you can follow the steps detailed at [Install on Ubuntu/Debian]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-linux#install-on-ubuntu-debian" >}}) to install recent stable versions of Redis from the official `packages.redis.io` APT repository.
2630
Add the repository to the <code>apt</code> index, update it, and then install:
@@ -40,7 +44,7 @@ Lastly, start the Redis server like so:
4044
sudo service redis-server start
4145
{{< / highlight >}}
4246

43-
## Connect to Redis
47+
### Connect to Redis
4448

4549
Once Redis is running, you can test it by running `redis-cli`:
4650

0 commit comments

Comments
 (0)