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
8.9k stars 1.09k forks source link

When to support redis-6.x #77

Open dengliming opened 4 years ago

lefig commented 4 years ago

Just to add that we all appreciate having benefited from your work going back several versions. I remember the days long before streaming support and here we are now.

tporadowski commented 3 years ago

I would still like to fix pending "stability" issues in 5.0.9 (crashes when saving RDB) and then will head to 6.x for sure.