受欢迎的博客标签

How to installing redis latest stable version on windows

Published

solution 1:download the lastest native version of Redis for Windows

Redis 4.0.14 for Windows

The lastest native version of Redis for Windows - please check the updated fork of the mentioned MSOpenTech's repository here: https://github.com/tporadowski/redis/releases

Redis 4.0.14 for Windows
@tporadowski tporadowski released this on 30 Sep 2019 · 1 commit to win-4.0.14 since this release

Redis 4.0.14 for Windows is a merge of Windows-specific changes from latest (unsupported) 3.2.100 release from MSOpenTech and original Redis 4.0.14.

Assets
4
Redis-x64-4.0.14.msi
7.76 MB
Redis-x64-4.0.14.zip
14 MB
Source code
(zip)
Source code
(tar.gz)

 

solution 2:Use Docker for Windows. Then install redis the normal way.

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

docker run --name some-redis -p 6379 -d redis

step 1.install docker on windows

https://www.docker.com/products/docker-desktop

step 2. Download the lastest  version of Redis

https://github.com/antirez/redis