External Publication
Visit Post

Valkey

Sahil Kapoor's Playbook May 12, 2026
Source

Valkey is an open-source, BSD-licensed fork of Redis created in 2024 after Redis Ltd relicensed the Redis source from BSD to a dual SSPL/RSALv2 model that the Linux Foundation, AWS, Google Cloud, Oracle, and others judged unsuitable for open distribution. Valkey is now governed by the Linux Foundation and is API-compatible with Redis 7.2.

Why the fork happened

Redis was permissively licensed (BSD) for most of its life. In 2024 the project switched to SSPL and RSALv2, which restrict cloud providers from offering Redis as a managed service without commercial agreements with Redis Ltd. Within days, the Linux Foundation announced Valkey as a BSD-licensed continuation, with leading cloud providers committing engineering resources.

Current state

  • API compatibility. Drop-in replacement for Redis 7.2; later versions diverge.
  • Active development. Significant performance improvements, multi-threaded I/O, RDMA support.
  • Managed offerings. AWS ElastiCache for Valkey, Google Memorystore for Valkey, and others now exist.
  • Client compatibility. Existing Redis clients work without changes.

๐Ÿ”—

Related Terms Redis, In-memory Database, Caching, Memcached

๐Ÿ“–

Further Reading Redis as Infrastructure: Caching, Coordination, and Scale

Discussion in the ATmosphere

Loading comments...