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

New Repository for Redis on Windows for PRs #644

Open ramlaxman opened 3 years ago

ramlaxman commented 3 years ago

Hi there,

As this repository is archived, so it is no longer accepting contributions from developers all over the world.

I Found this repo maintainer is taking painstaking efforts for Redis Windows to keep on toes. Redis on Windows

Appeal to Contributors: Please send PR to the same repo: Redis on Windows

🙏 🙏 🙏 Request to Maintainer or Microsoft Authorities: Please do not delete this ISSUE so new contributors can contribute to redis on windows.

jaimecbernardo commented 3 years ago

Hi @ramlaxman As mentioned in the official README this project is no longer being actively maintained. If you are looking for an up-to-date alternative, you may want to check out Memurai.

robsonpiere commented 3 years ago

Hello @ramlaxman and @jaimecbernardo

This fork (https://github.com/tporadowski/redis) is very well done.

I use it for a long time.

I think it would be good to add this alternative to Readme.md, since @tporadowski is doing a nice job.