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

Port to 4.0 #582

Open rakeshkgsg opened 6 years ago

rakeshkgsg commented 6 years ago

Hi, will there be any port to 4.0 of redis or is it something that can be easily done. We need to comply to latest software patches and redis has moved on to 4.0.

bunnypro commented 6 years ago

@rakeshkgsg look at @tporadowski fork here https://github.com/tporadowski/redis

enricogior commented 5 years ago

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