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.82k stars 5.38k forks source link

Redis4.0 Windows Version #607

Open jianxia612 opened 6 years ago

jianxia612 commented 6 years ago

Redis4.0 Has Develop Plan?

tporadowski commented 6 years ago

This repo is no longer maintained, please see my fork which has Redis for Windows updated to 4.0.2: https://github.com/tporadowski/redis/releases And yes, it has a simple development plan, but the problem is the schedule and general lack of time ;)

fernandoresalves commented 6 years ago

Congratulations @tporadowski

wqweto commented 6 years ago

https://github.com/tporadowski/redis/blob/win-4.0.2/README.md

Some things are still not working yet (modules), 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 :)

@tporadowski At least you are sincere! :))

enricogior commented 5 years ago

Hi @jianxia612, 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.