tporadowski / redis

Native port of Redis for Windows. 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, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.
http://redis.io
Other
9.04k stars 1.09k forks source link

Redis 5.0.10 and ttps://redis.io/ What's the difference between 6.0 #93

Open ghd258 opened 3 years ago

ghd258 commented 3 years ago

Redis 5.0.10 and ttps://redis.io/ What's the difference between 6.0

tporadowski commented 3 years ago

@ghd258 I'm not sure what exactly you are looking for, but you might want to have a look at Redis 6.0.0 release notes to find out more what's in 6.0 version. As for this fork - 5.0.10 offers the same functionality as the corresponding 5.0.10 in original Redis project.