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)
https://github.com/tporadowski/redis/releases/download/v5.0.14.1/Redis-x64-5.0.14.1.msi
solution 2:Use Docker for Windows. Then install redis the normal way.
https://www.docker.com/products/docker-desktop
step 1. Download the lastest version of Redis
https://github.com/antirez/redis
step 2. Install
step 3. run
file use f:\redis\redis-server.exe /path/to/redis.conf
Client
f:\redis\redis-cli.exe