microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

any update ? #565

Open DuaneDu opened 6 years ago

DuaneDu commented 6 years ago

this project is colsed ?

tporadowski commented 6 years ago

A week ago I also found out that this Redis port for Windows was moved to "MicrosoftArchive" and is no longer supported, yet my client planned to use it along with their ASP.NET and WCF-based solutions, so staying close to Windows is essential for them. While researching for another caching solution available for Windows platform I spent a couple of evenings to see how it could be updated to Redis 4.0.2. I haven't seen Redis code before and it's been a while since I last used C, so it all would be best summarized with:

I have no idea what I'm doing

;). Except that it works, partially, but works. You can find the updated code in my MSOpenTech/Redis fork, branch win-4.0.2. Please read the DISCLAIMER first in README as some vital parts are not fully working yet. There is also no binary release, but it can be compiled at least in VS2017.

I would of course like to get some feedback to see whether there is a need for a full port of Redis for Windows - then I could decide if I should get to know Redis' internals and all that stuff ;)

I will cross-post this also to other issues related to future of this project, so that everybody who's interested get to know about this: #525 #497 #523 #573 #565 #556 antirez/redis#4025

enricogior commented 5 years ago

Hi @DuaneDu, this repository hasn't been updated in almost 3 years. But finally there is a new software that provides Redis compatibility on Windows, and is currently up-to-date with the Redis 5 API. See https://github.com/MicrosoftArchive/redis/issues/620.