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

Latest version of redis? #638

Closed fzyzcjy closed 4 years ago

fzyzcjy commented 4 years ago

It seems that redis already has 5.x version https://github.com/antirez/redis/releases :)

tporadowski commented 4 years ago

This repository is no longer maintained, but for a 4.0.14 version (and soon 5.0.7) please have a look at my Redis for Windows fork

fzyzcjy commented 4 years ago

Thanks!