Install Memurai (Trial) on Windows

A native, Redis‑compatible server for Windows. Download, install, run as a Windows Service, and verify everything works in minutes.

TL;DR — 6 quick steps

  1. Download Memurai (Trial): visit the official site and get the Windows installer.
  2. Run the installer as Administrator: follow the prompts and accept the defaults.
  3. Enable the Windows Service option: let Memurai run automatically on startup.
  4. Finish and start the service: confirm the service starts without errors.
  5. Allow networking if prompted: permit port 6379 in Windows Defender Firewall for local development. Limit scope as needed.
  6. Verify basics: check the service status, logs, and ensure localhost:6379 is reachable from your apps.

Before you start

  • Windows 10/11 x64 recommended
  • Admin rights to install a service
  • Optional: plan a data folder and a backup routine
This site is not affiliated with Memurai or Redis Ltd. Memurai offers a trial and commercial licensing for production use.

Post‑install sanity checks

  • Service status: open Services and confirm “Memurai” is Running.
  • Port: default is 6379 on localhost. Adjust firewall scopes as needed.
  • Logs: use the Memurai log path to confirm startup and watch for warnings.
  • Persistence: review snapshotting/AOF settings based on your workload and disk policy.

Common pitfalls

  • Port already in use: check for another Redis‑compatible service on 6379.
  • Firewall blocks: allow local loopback or narrow rules to your dev subnet.
  • Antivirus: add exclusions for the data and log directories to avoid I/O slowdowns.
  • Service doesn’t start: review Windows Event Viewer and Memurai logs for configuration errors.

Prefer a different path?

If you want upstream Linux parity, install Redis via WSL2. If you need a quick local run, use the direct Windows build.

Install via WSL2 Direct Download (ZIP)