Software:Valkey

From HandWiki
Valkey
Original author(s)Salvatore Sanfilippo[1][2]
Developer(s)Linux Foundation[3]
Initial releaseMarch 28, 2024; 2 years ago (2024-03-28)[4]
Written inC
Operating systemUnix-like[5]
Available inEnglish
TypeData structure store, key–value database
LicenseBSD license[6]

Valkey is an open-source in-memory key–value database, used as a distributed cache and message broker, with optional durability.[7] Because it holds all data in memory and because of its design, Valkey offers low-latency reads and writes, making it particularly suitable for use cases that require a cache. Valkey is a fork of Redis, the most popular NoSQL database and one of the most popular databases overall.[8][9][10][11] Valkey and Redis have been used by companies including Twitter,[12][13] Airbnb,