

-
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
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
https://github.com/dragonflydb/dragonfly is another option. Not a fork but API-compatible reimplementation.
-
placeholderkv
Discontinued A new project to resume development on the formerly open-source Redis project. We're calling it Valkey, like a Valkyrie. [Moved to: https://github.com/valkey-io/valkey]
Thanks for that. Here's Drew's comparison of the two forks as of now: https://github.com/placeholderkv/placeholderkv/issues/8#issu...