0

I searched online and I found a very outdated redis-windows version https://github.com/rgl/redis/downloads from a stackoverflow answer How do I run Redis on Windows?

Can anyone point me to where can I download the latest version of redis for windows?

Community
  • 1
  • 1
airsoftFreak
  • 1,450
  • 5
  • 34
  • 64

6 Answers6

1

https://github.com/MSOpenTech/redis/releases has 2.8.19.1 redis installation for Windows (64-bit) released 17 days ago.

Sources of windows port are here: https://github.com/MSOpenTech/redis

rmflow
  • 4,445
  • 4
  • 27
  • 41
0

Right here: https://github.com/MSOpenTech/redis/releases. You can get unsigned binaries there, or, as the readme states, you can get signed binaries using Nuget or Chocolatey.

dmarklein
  • 125
  • 2
  • 7
  • Links may go away in the future. Please select the useful sections of the link here so that the answer may always be there. – Thom May 21 '15 at 13:30
0

The MSOpenTech site is the right source for the Windows port. You should also consider what Redis client you want to use. The two best ones are:

StackExchange Redis Client

and

ServiceStack Redis Client

I've used the ServiceStack Client extensively, but I've heard very good things about the StackExchange Client.

William Xifaras
  • 5,212
  • 2
  • 19
  • 21
0

Redis Installation Link for Windows

https://github.com/tporadowski/redis/releases

Yunnosch
  • 26,130
  • 9
  • 42
  • 54
Md. Alim Ul Karim
  • 2,401
  • 2
  • 27
  • 36
  • 1
    What are your reasons for recommending this link-only answer over the others. Now that the formatting does not make it stand out anymore? Any technical reason? – Yunnosch Oct 07 '20 at 15:29
0

A good alternative (if you don't want to install it directly on windows), is to enable and install WSL and then install redis from there as if you would install it on ubuntu.

0

Check out Memurai. They have ported Redis to Windows, enhanced it for performance and to run natively on windows, developed Windows installers and provide professional support.

JeffG
  • 1
  • 1