Redis
last updated: Mar 30, 2024
in-memory data structure server
Redis recently (March 2024) removed the BSD license and is no longer open source software.
Some open source forks of it include:
- KeyDB
- performance-focused multithreaded redis
- redict
- by Drew DeVault et al, this branch will attempt to stay closer to redis, rename everything to
redict
- blog post announcement
- by Drew DeVault et al, this branch will attempt to stay closer to redis, rename everything to
- valkey
- The Linux Foundation's fork
- via this LWN piece
- kvrocks
- an Apache Foundation alternative
-
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
- garnet
- A C# redis-protocol server from microsoft
- The idea of running a dotnet server is completely anathema to me, I have no interest in this one
Backlinks: