Redis was released under the permissive
BSD 3-Clause open-source license in 2009 and remained under that license through version 7.2.
In March 2024, with the release of version 7.4, "Redis, Inc." (the company behind Redis) moved to dual source-available licensing (RSALv2 and SSPLv1), which are not OSI-approved open-source licenses. This led the Linux Foundation and the community to create
Valkey, a BSD-licensed open-source fork of the last open-source version of Redis.
In May 2025, with
Redis 8, Redis, Inc. added the GNU AGPLv3 open-source license, making Redis open source again.
Sources:
2024 license change and
2025 AGPLv3 announcement.