Comment on Redict is an independent, copyleft fork of RedisComments−ccakes2yhttps://github.com/Snapchat/KeyDBKeyDB is an existing fork that’s well supported and has a solid community for those interested. It takes a different philosophy to Redis but can be a drop in replacement in many cases−remram2yhttps://github.com/dragonflydb/dragonfly is another option. Not a fork but API-compatible reimplementation.https://github.com/apache/kvrocks is another, built on RocksDB, with different tradeoff (availability/durability, clustered)
Comments
https://github.com/Snapchat/KeyDB
KeyDB is an existing fork that’s well supported and has a solid community for those interested. It takes a different philosophy to Redis but can be a drop in replacement in many cases
https://github.com/dragonflydb/dragonfly is another option. Not a fork but API-compatible reimplementation.
https://github.com/apache/kvrocks is another, built on RocksDB, with different tradeoff (availability/durability, clustered)