-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated version and README to 4.0.14
- Loading branch information
Tomasz Poradowski
committed
Sep 29, 2019
1 parent
3318609
commit 9da3261
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
### Redis 4.0.2 for Windows - alpha release! | ||
### Redis 4.0.14 for Windows | ||
|
||
You can find the first alpha release of Redis 4.0.2 for Windows on [releases page](https://github.com/tporadowski/redis/releases). Please test it and report any issues, thanks in advance! | ||
You can find the release of **Redis 4.0.14 for Windows** on [releases page](https://github.com/tporadowski/redis/releases). Please test it and [report any issues](https://github.com/tporadowski/redis/wiki/Submitting-an-Issue), thanks in advance! | ||
|
||
**DISCLAIMER** | ||
|
||
At the moment this is a **fairly stable port of [Redis 4.0.2](https://github.com/antirez/redis/releases/tag/4.0.2) for Windows x64** merged with archived port of [win-3.2.100 version](https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100) from MS Open Tech team. Since the latter is no longer maintained - I merged the sources by hand, updated projects to Visual Studio 2017 (v15.4.1) and applied whatever fixes I could figure of to make it buildable. Some things are still in progress: | ||
- ~~support for modules~~ (modules are now supported, will be part of next release). | ||
At the moment this is a **fairly stable port of [Redis 4.0.14](https://github.com/antirez/redis/releases/tag/4.0.14) for Windows x64** merged with archived port of [win-3.2.100 version](https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100) 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: | ||
1. Visual Studio 2017 (i.e. Community Edtion, version 15.7.5) with "C/C++ features" enabled, | ||
1. [Git Bash](https://gitforwindows.org/) for Windows or Cygwin with Git - after cloning this repository you need to run `src/mkreleasehdr.sh` script that creates `src/release.h` with some information taken from Git; optionally you can create that file by hand. | ||
1. Visual Studio 2019 (i.e. Community Edition, version 16.2.5) with "C/C++ features" enabled, | ||
1. Windows SDK 10, | ||
1. [Git Bash](https://gitforwindows.org/) for Windows or [Cygwin](http://cygwin.com/) with Git - after cloning this repository you need to run `src/mkreleasehdr.sh` script that creates `src/release.h` with some information taken from Git; optionally you can create that file by hand. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters