Database / ValKey Interview questions
What is Valkey?
Valkey is an open source, in-memory key-value data store that supports strings, hashes, lists, sets, sorted sets, streams, and other structures, and can be used as a cache, message broker, or primary database.
It began life in March 2024 as a fork of Redis 7.2, created after Redis Inc. moved future Redis releases to non-open-source licenses. The Linux Foundation, along with many of the original Redis OSS maintainers and companies like AWS, Google, and Ericsson, took over stewardship of the forked codebase.
Valkey is licensed under the permissive BSD 3-Clause license, keeps the same RESP wire protocol and command set it forked from, and can run as a single standalone server or scale out with replication and clustering.
More Related questions...