Technology · head to head
Redis vs Valkey
The short version
- Each has a real cost: Redis licensing changed from BSD to AGPL in 2025, impacting open-source usage; Valkey younger project, so its track record is short even though the codebase is not
- They diverge on capability: Redis covers In-memory data store, Valkey covers Redis-compatible.
Where they differ
Only the attributes on which Redis and Valkey actually diverge.
Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated).
What each one covers
Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.
Only in Redis
- In-memory data store
- Data structures
- Pub/Sub messaging
- Lua scripting
- Transactions
- Persistence options
- Replication
- Clustering
Only in Valkey
- Redis-compatible
- BSD licensed
- Rich data structures
- Replication and persistence
What people use each for
The jobs each tool is most often brought in to do.
Redis
- Cachingnot Valkey
- Session managementnot Valkey
- Real-time analyticsnot Valkey
- Message queuingnot Valkey
- Leaderboardsnot Valkey
Valkey
- Continuing on a permissively licensed in-memory store after the Redis licence changenot Redis
- Caching and session storage where a foundation-governed project is a procurement requirementnot Redis
- Migrating from Redis without rewriting application codenot Redis
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Redis
- Licensing changed from BSD to AGPL in 2025, impacting open-source usage
- All data must fit in memory, limiting scalability to available RAM
- No built-in support for multi-tenancy
- Limited transaction support compared to traditional databases
Valkey
- Younger project, so its track record is short even though the codebase is not
- Divergence from Redis grows over time, so compatibility is strongest near the fork point and weakens as both evolve
- Ecosystem tooling and documentation still frequently assume Redis, leaving translation work
Pricing, plan by plan
Redis
FreeNo published plan breakdown. See the Redis review.
Valkey
Free- ValkeyFree
- Full functionality
- Self-hosted
- No usage limits
Which should you pick?
Choose Redis if
- You need in-memory data store.
- You want to start without paying.
- You work on Linux, macOS, Windows.
- You also want data structures.
Choose Valkey if
- You need redis-compatible.
- You want to start without paying.
- You work on Linux, macOS, Docker, Self-hosted.
- You also want bsd licensed.
Questions people ask
- Is Redis or Valkey better?
- Neither clearly leads. Redis starts at Free and Valkey at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Redis or Valkey?
- Redis starts at Free and Valkey at Free.
- Does Redis or Valkey run on more platforms?
- Redis runs on Linux, macOS, Windows. Valkey runs on Linux, macOS, Docker, Self-hosted.
- Can I use Redis for free?
- Both have a free tier, so you can try either at no cost before committing.
- What is Redis best used for?
- Redis is most often used for caching, session management, real-time analytics, message queuing. Of those, caching and session management are not what Valkey is typically brought in for.
- What can Redis do that Valkey cannot?
- Redis covers In-memory data store, Data structures, Pub/Sub messaging, Lua scripting. Valkey covers Redis-compatible, BSD licensed, Rich data structures, Replication and persistence.
Answered from the vendors’ own pages
Redis: Is Redis open source?
Redis was open source under the BSD license since its inception in 2009 and has remained open source. However, in 2024-2025, Redis Labs changed licensing to source-available and AGPL, prompting the creation of Valkey, a BSD-licensed open-source fork.
SourceValkey: Is Valkey free?
Yes, BSD-licensed open source under the Linux Foundation.
Redis: What is Redis used for?
Redis is an in-memory data structure store used primarily as a cache, database, and message broker. It provides high-speed data access for real-time applications, sessions, leaderboards, real-time analytics, and other use cases requiring fast data retrieval.
SourceValkey: Why does Valkey exist?
Redis changed its licence away from BSD in 2024. Valkey is the community fork continuing under permissive terms, backed by AWS, Google Cloud and Oracle among others.
Valkey: Can I switch from Redis to Valkey?
At the fork point it is drop-in compatible with existing clients and data. The further both projects move from that point, the more you should verify the specific features you use.
Related pages
Other head to heads
- Redis vs Asana
- Redis vs ClickUp
- Redis vs Linear
- Redis vs Figma
- Redis vs Kubernetes
- Redis vs Notion
- Redis vs Datadog
- Redis vs Monday.com
- Redis vs Terraform
- Redis vs Docker
- Redis vs Greenhouse
- Redis vs Google Chrome
- Redis vs Intercom
- Redis vs Mozilla Firefox
- Redis vs Okta
- Redis vs PostHog
- Redis vs Supabase
- Redis vs Amplitude
- Redis vs Cockroach Labs
- Redis vs PostgreSQL
- Redis vs Airtable
- Redis vs Amazon Aurora
- Redis vs Elasticsearch
- Redis vs Apache Kafka
- Redis vs PlanetScale
- Redis vs Meilisearch
- Redis vs Turso
- Redis vs Azure SQL
- Redis vs ClickHouse
- Redis vs Couchbase
- Redis vs DuckDB
- Redis vs MariaDB
- Redis vs Oracle Database
- Redis vs DataGrip
- Redis vs Firebolt
- Redis vs Google Cloud SQL
- Valkey vs Asana
- Valkey vs ClickUp
- Valkey vs Linear
- Valkey vs Figma
- Valkey vs Kubernetes
- Valkey vs Notion
- Valkey vs Datadog
- Valkey vs Monday.com
- Valkey vs Terraform
- Valkey vs Docker
- Valkey vs Greenhouse
- Valkey vs Google Chrome
- Valkey vs Intercom
- Valkey vs Mozilla Firefox
- Valkey vs Okta
- Valkey vs PostHog
- Valkey vs Supabase
- Valkey vs Amplitude
- Valkey vs Cockroach Labs
- Valkey vs PostgreSQL
- Valkey vs Airtable
- Valkey vs Amazon Aurora
- Valkey vs Elasticsearch
- Valkey vs Apache Kafka
- Valkey vs PlanetScale
- Valkey vs Meilisearch
- Valkey vs Turso
- Valkey vs Azure SQL
- Valkey vs ClickHouse
- Valkey vs Couchbase
- Valkey vs DuckDB
- Valkey vs MariaDB
- Valkey vs Oracle Database
- Valkey vs DataGrip
- Valkey vs Firebolt
- Valkey vs Google Cloud SQL


