{
  "id": "windows",
  "title": "Install Redis Stack on Windows",
  "url": "https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-stack/windows/",
  "summary": "How to install Redis Stack on Windows",
  "tags": [
    "docs",
    "operate",
    "stack",
    "oss"
  ],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "page_type": "content",
  "content_hash": "286d79d79b73dbb797d6ae4163ddaf07b61b0a472254e00e9b0a7fcfdd78ef8e",
  "sections": [
    {
      "id": "run-redis-on-windows-using-memurai",
      "title": "Run Redis on Windows using Memurai",
      "role": "overview",
      "text": "Redis is now natively supported on Windows through [Memurai](https://www.memurai.com/), the official Redis partner for Windows compatibility."
    },
    {
      "id": "run-redis-on-windows-using-docker",
      "title": "Run Redis on Windows using Docker",
      "role": "content",
      "text": "To install Redis Stack 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 Stack on Docker](). Then, use Docker to connect with `redis-cli` as explained in that topic.\n\n\nIf you attempt to use Windows Subsystem for Linux (WSL) or Ubuntu for Windows to follow [Linux instructions](), you will get a `systemd` error telling you `System has not been booted with systemd as init system (PID 1). Can't operate.` Do not fret. Just use Docker. \n\n_`systemd` is a suite of basic building blocks for a Linux system._ For more information about its function, see [System and Service Manager](https://systemd.io/). This becomes an issue due to the lack of support for Linux workflows on WSL. But, you can test the instructions listed in [Systemd support is now available in WSL!](https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/). Let us know how that worked for you."
    }
  ],
  "examples": []
}
