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

Q: Updated version? #617

Open lefig opened 5 years ago

lefig commented 5 years ago

Are there any plans to update the build to reflect a more recent version of official Redis please?

Thanks Fig

qqaimh commented 5 years ago

Update to 4 is necessary. Some commands not support below 4.......

tporadowski commented 5 years ago

You can find 4.0.2 here: https://github.com/tporadowski/redis/releases Please read what is supported and if you can get involved in bringing it up-to-date with latest 4.x versions (and then 5.x) - have a look at issues

lefig commented 5 years ago

That is fabulous news. Many thanks and much appreciated too.

qqaimh commented 5 years ago

That is fabulous news. Many thanks and much appreciated too.

Thank you

enricogior commented 5 years ago

Hi @lefig, @qqaimh, @tporadowski 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.

lefig commented 5 years ago

Hi @enricogior, my goodness you are right. I have been monitoring the project for along time now and I just read your comment. Now that has made my day. A big thank you for the mention. Likewise @tporadowski thank you for the excellent work in updating the original source to 4.x. We have been running this for several weeks now and it has never failed or needed a reboot.