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

Redis 5.0.9 for Windows released #640

Open tporadowski opened 4 years ago

tporadowski commented 4 years ago

For anyone interested in an up-to-date version of Redis for Windows - I have just released v5.0.9 of native port of Redis for Windows:

https://github.com/tporadowski/redis/releases/tag/v5.0.9

This fork of mine is a continuation of the great work that was started in this repository, so if you are using Redis for Windows - please download that latest release, test it and report any issues. Thank you!

patlecat commented 4 years ago

Cool thanks. Will you port v6 soon too?

tporadowski commented 4 years ago

@patlecat it seems I'm always lagging one version behind ;) (released 4.0.2 when 5 was almost there, now released 5.0.9 with 6 available), but I have a feeling I'm catching up :). I will therefore switch to 6.x in coming weeks and we'll see how it goes.

patlecat commented 4 years ago

No stress man, I was just asking. There are lots of nice new features in redis6 and it might not be so easy to port this one.

urdarling commented 4 years ago

thx bro,god bless u

usandchina commented 4 years ago

good job,u are good man

plasmatank commented 4 years ago

Nice job , thanks A LOT

princeoffoods commented 3 years ago

Thank you!