Valkey
In-memory data store and community-led fork of Redis, created after Redis's 2024 license change moved it away from an open-source license.
Overview
Valkey is a drop-in replacement for Redis - same protocol, same commands, same use cases as an in-memory database, cache, and message broker - maintained as an open-source project under the Linux Foundation after Redis Inc. relicensed Redis away from its original open license. It's backed by AWS, Google, and other major cloud providers.
Valkey is a fit for teams that want Redis's exact feature set and API under a license that stays open-source, a directly relevant alternative for anyone evaluating the existing Redis entry in this catalog against its current licensing terms.
- Categories
- Database
- Languages
- C
- License
- BSD-3-Clause
Related Projects
FoundationDB
Apache-2.0Distributed, ordered key-value store with strong ACID transaction guarantees, designed as a reliable storage substrate for other systems.
- Database
Redis
AGPL-3.0In-memory data structure store used as a database, cache, message broker and streaming engine.
- Database
- Storage
Appwrite
BSD-3-ClauseOpen-source backend platform providing authentication, databases, storage, functions and realtime APIs, self-hosted or as a managed cloud service.
- Backend
- Database
- Authentication & Security
Cassandra
Apache-2.0Distributed wide-column NoSQL database designed for massive scale and zero single point of failure across multiple data centers.
- Database
Spotted an error? Suggest an edit on GitHub.