Database / ValKey Interview questions
What is the difference between Valkey and Redis?
Both trace back to the same Redis 7.2 codebase, but they have diverged in licensing, governance, and roadmap since the March 2024 fork.
| Valkey | Redis (current versions) |
| Licensed under permissive BSD-3-Clause | Licensed under dual RSALv2 / SSPL |
| Governed by a vendor-neutral community under the Linux Foundation | Roadmap controlled by Redis Inc. |
| Independent releases (8.0, 9.0, 9.1) with features like atomic slot migration and I/O threading | Independent releases with its own feature set, including modules bundled by Redis Inc. |
| Forked from and originally compatible with Redis 7.2's protocol and commands | Origin point for the fork; has since added its own newer commands |
More Related questions...