Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ categories:
- oss
description: How to run Redis Open Source on Windows
linkTitle: Windows
title: Run Redis Open Source on Windows using Docker
title: Run Redis Open Source on Windows
weight: 7
---

## Run Redis Open Source on Windows using Memurai

Redis is now natively supported on Windows through [Memurai](https://www.memurai.com/), the official Redis partner for Windows compatibility.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, Memurai is at Redis version 7.4.3, whereas Redis 8.2 is on the cusp of shipping, so this probably needs that caveat.

The paragraph below should probably mention that the latest versions of Redis Open Source are supported on Docker.


## Run Redis Open Source on Windows using Docker

To install Redis Open Source on Windows, you will need to have Docker installed. When Docker is up and running, open Windows PowerShell and follow the instructions described in [Run Redis Open Source on Docker]({{< relref "/operate/oss_and_stack/install/install-stack/docker" >}}). Then, use Docker to connect with `redis-cli` as explained in that topic.