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.82k stars 5.38k forks source link

when will the redis4.0 version can be available? #600

Open apple987 opened 6 years ago

apple987 commented 6 years ago

we want to use redisSearch,this is a new feature for redis4.0 and strong support full text search

ihaibara commented 6 years ago

https://github.com/tporadowski/redis here is the alpha release and this repository is no longer maintained look at tporadowski's comment below https://github.com/MicrosoftArchive/redis/pull/598

heyixiaoran commented 6 years ago

it's always alpha. Will it support for a long time?

tporadowski commented 6 years ago

As more and more people seem to be interested in native Redis for Windows - I'm trying to find some time to push it forward. Any help towards reaching "beta" highly appreciated ;)

enricogior commented 5 years ago

Hi @apple987, 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.