You can find the release of Redis 4.0.14 for Windows on releases page. Please test it and report any issues, thanks in advance!
DISCLAIMER
At the moment this is a fairly stable port of Redis 4.0.14 for Windows x64 merged with archived port of win-3.2.100 version from MS Open Tech team. Since the latter is no longer maintained - the sources were merged by hand, projects updated to Visual Studio 2019 (v16.2.5) and any findings (mostly via unit tests) were fixed.
You can find the original description of what this fork provides, how it evolved, what are its requirements, etc. on Wiki: https://github.com/tporadowski/redis/wiki/Old-MSOpenTech-redis-README.md
Building from source code
In order to build this project from source code you need to have:
- Visual Studio 2019 (i.e. Community Edition, version 16.2.5) with "C/C++ features" enabled,
- Windows SDK 10,
- Git Bash for Windows or Cygwin with Git - after cloning this repository you need to run
src/mkreleasehdr.sh
script that createssrc/release.h
with some information taken from Git; optionally you can create that file by hand.