Redis is no longer OSS

https://lemmy.world/post/13364954

Redis is no longer OSS - Lemmy.World

Great timing that Microsoft just released a drop-in replacement that’s in order of magnitude faster: github.com/microsoft/garnet
Comparing 19bb4a1afb...2139d3081d · microsoft/garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication feat...

GitHub
Can it do everything that redis can?
The repo description says it works with existing Redis clients, so probably.
That’s one of the selling points, yep
Not everything. There’s a list of currently supported and unsupported apis on the docs. Streams aren’t supported at all, for example.