From abf09db57c1e86dee1e176ad43ec8e865ecae65c Mon Sep 17 00:00:00 2001 From: Tomasz Poradowski Date: Thu, 2 Nov 2017 10:01:43 +0100 Subject: [PATCH] removed information about non-working part which was fixed Forking of redis-server was fixed (#1), so I removed it from "non-working yet" list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec97e500..45cb6733 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **DISCLAIMER** -At the moment this is a **highly experimental 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 Stydio 2017 (v15.4.1) and applied whatever fast fixes I could figure of to make it buildable. Some things are still not working yet (modules, fork()ing, redis-check-rdb tool), but since this is the very first time I've seen this code (not to mention that I haven't used C in a while) - I have no idea yet how it all works internally :). Nevertheless, it compiles, runs and can be further adjusted to comply with full-featured Redis 4.0.2. +At the moment this is a **highly experimental 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 Stydio 2017 (v15.4.1) and applied whatever fast fixes I could figure of to make it buildable. Some things are still not working yet (modules, redis-check-rdb tool), but since this is the very first time I've seen this code (not to mention that I haven't used C in a while) - I have no idea yet how it all works internally :). Nevertheless, it compiles, runs and can be further adjusted to comply with full-featured Redis 4.0.2. **Below you can find original content of README.md, which is mostly obsolete as of now and especially for this fork!**