You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,19 @@ title: Install Redis on Windows
12
12
weight: 1
13
13
---
14
14
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
16
16
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.
18
18
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
20
24
21
25
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.
22
26
23
-
## Install Redis
27
+
###Install Redis
24
28
25
29
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.
26
30
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:
40
44
sudo service redis-server start
41
45
{{< / highlight >}}
42
46
43
-
## Connect to Redis
47
+
###Connect to Redis
44
48
45
49
Once Redis is running, you can test it by running `redis-cli`:
0 commit comments