Installing Redis 4 (latest stable version) on windows

18,759

Solution 1

If you are interested in native version of Redis for Windows - please check the updated fork of the mentioned MSOpenTech's repository here: https://github.com/tporadowski/redis/releases

This is a merge of latest 3.2.100 from MSOpenTech/redis and original Redis 4.0.2. Please read the details of what is and what is not supported at the moment and note that this is still in "alpha" state.

Solution 2

Use Docker for Windows. Then install redis the normal way.

docker run --name some-redis -p 6379 -d redis
Share:
18,759
Temp O'rary
Author by

Temp O'rary

As always #SOreadytohelp !

Updated on July 20, 2022

Comments

  • Temp O'rary
    Temp O'rary almost 2 years

    How can I install Redis latest stable version (4.0) on Windows? I checked MSOpenTech's GitHub page it has an older version and archived.