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

Home Page:http://redis.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis4.0 Windows Version

jianxia612 opened this issue · comments

Redis4.0 Has Develop Plan?

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 ;)

Congratulations @tporadowski

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! :))

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 #620.