πΎ Redis Is Open Source Again β What that means ?
Imagine youβve been using a powerful tool for years to help you build apps faster. Yeah its Redis, a super fast database that helps apps remember things temporarily, like logins or shopping cart items. It was free, open, and loved by developers.
But one day, the team behind Redis changed the rules. They said
βYou can still use Redis, but if youβre a big cloud company (like Amazon or Google) offering it to others as a service, you need to play by our special rules or pay us.β
This change upset many in the tech world. Why?
Because open-source means freedom you can use it, improve it, and even share it with others. Redisβs new license in 2024 took away some of that freedom. It wasnβt completely closed, but it wasnβt truly open either. It hurts AWS, Microsoft more.
What Happened Next?
Developers and tech companies didnβt like the new rules. So they said,
βFine, weβll make our own open version of Redis.β
Thatβs how a new project called Valkey was born, a fork (copy) of Redis that stayed truly open-source.
Fast forward to May 2025 β Redis listened. They said
βWeβre bringing back the open-source spirit. Redis version 8.0 will be under a proper open-source license again: AGPLv3.β
Whatβs AGPLv3?
Itβs a type of license that says:
You can use, change, and share Redis freely.
If you run a modified Redis on a website or cloud service, you must also share your changes with the world. (still hurts AWS and Azure)
This keeps things fair: no more companies secretly benefiting from Redis without giving back.
What Did Redis Say?
Rowan Trollope, Redisβs CEO, explained why they had changed the license in the first place:
βBig cloud companies were making money off Redis but not helping us or the open-source community.β
But now, by switching to AGPLv3, Redis is balancing two things:
- Protecting their work from being misused
- And staying truly open-source
Why This Is Good News
- Developers can continue using Redis freely.
- The community can contribute and improve Redis.
- Fair rules apply to everyone, even giant tech companies.
Redis has come full circle. After a detour into more restricted territory, itβs back where it belongs in the hands of everyone. This shows the power of the developer community, and why open-source isnβt just about code, itβs about collaboration, fairness, and freedom.
Checkout this blog from Redis https://redis.io/blog/agplv3/