Redis website
Redis

Redis

Redis is the in-memory data platform behind much of the internet's fast path, now betting its future on being the memory layer for AI agents.

Careers(27)
Redis website preview

Overview: The database that runs the internet's fast path is now chasing AI

If you checked the weather, swiped a credit card, or looked up a flight today, odds are Redis was somewhere in the loop. It started as one developer's 2009 side project, grew into the default caching layer for modern apps, and now claims more than 10,000 customers and a spot in 43% of enterprise AI-agent stacks.

The company was founded in 2011 by Ofer Bengal and Yiftach Shoolman, raised roughly $355M at a $2B valuation, and moved to San Francisco in 2024. The last two years have been the most eventful in its history: a bruising license fight, a rival fork, the return of its original creator, and a hard pivot toward being the memory layer for AI.

What They Do: One in-memory engine, sold three ways

Redis keeps data in memory so applications can read and write in under a millisecond, which is why it shows up as the cache, session store, and real-time layer behind so much software. The same engine now does vector search, so teams can run RAG and semantic search without bolting on a separate database.

The business wraps that core in three products: the free open-source project, a managed cloud service, and self-managed enterprise software. Increasingly the pitch is not just speed but memory for AI agents, the thing that keeps a chatbot coherent from one turn to the next.

Problems: When a millisecond is the difference between a sale and a bounce

Redis exists because primary databases are too slow for the hot path. It absorbs the reads a relational database would choke on, powers leaderboards and sessions and streams in real time, and now serves vectors for retrieval. The newer bet is agent memory: giving AI agents fast, consistent context so they do not lose the thread mid-conversation.

How it Happens

Applications that need sub-millisecond data access at scale
Caching to take load off primary databases
Real-time features like leaderboards, sessions, and streaming
Vector search and retrieval for RAG and semantic search
Memory and context for AI agents so they stay consistent across turns

Who It's For: Built for the engineers who own the latency budget

The core users are backend and platform engineers who reach for Redis the moment a query needs to be instant. The newer audience is AI and ML engineers building RAG pipelines and agents, and the buyers are enterprise architects who want caching, search, and agent memory in one system instead of three. Redis says it serves customers across financial services, gaming, healthcare, and e-commerce.

Ideal Customer Profiles

Backend and platform engineers
  • Latency-critical data access
  • Scaling caching and session stores
  • Running high-availability data infrastructure
AI/ML engineers
  • Fast vector search for RAG
  • Cutting LLM token cost and latency
  • Giving agents durable, low-latency memory
Enterprise architects
  • Multi-cloud and on-prem deployment
  • Compliance and high availability
  • Consolidating multiple data tools into one platform

Products: From a cache to an AI context platform

The lineup fans out from one idea. Redis Open Source is the free core; Redis Cloud is the managed multi-cloud service; Redis Software is the self-managed enterprise build for teams that need to run their own infrastructure.

The growth story is Redis for AI, a cluster of newer products, Iris, LangCache, Agent Memory, and the Context Engine, aimed squarely at the agent boom. Redis Flex rounds it out by blending RAM and flash so big datasets run fast without paying pure in-memory prices.

Redis Open Source
The in-memory data structure store the company is named after, covering strings, hashes, lists, sets, streams, and now native vector search. Tri-licensed (AGPLv3 / SSPL / RSALv2) as of Redis 8.
Redis Cloud
Fully managed database-as-a-service across AWS, Azure, and GCP, with tiered RAM plus flash storage for TB-scale data and Active-Active geo-replication.
Redis Software
Self-managed enterprise deployment for on-prem and hybrid environments that need to run their own infrastructure with enterprise security and HA.
Redis for AI
The AI product line: vector search, semantic caching, and agent memory built on Redis. Includes LangCache, the Context Engine, and Agent Memory.
Redis Iris
A platform for real-time context retrieval that gives AI agents fast, consistent access to the context they need.
LangCache
A semantic caching service that reuses answers to semantically similar LLM queries to cut token spend and latency.
Redis Flex
Tiered storage that pushes Redis past the limits of RAM by blending memory and flash, so large datasets run at speed for less cost.
Redis Data Integration
Change Data Capture that syncs data from structured sources into Redis in near real time.

Business Model: Free core, paid operations

Redis runs the classic open-core play. The database is free to self-host, and the money comes from taking the operations off your hands: Redis Cloud is metered by memory and throughput, and Redis Software is licensed by shard count for enterprises that self-manage. The value you pay for is failover, backups, security, high availability, and support, not the code itself.

Redis runs an open-core model. The core is free to self-host, but the managed and enterprise products are where the revenue is. Redis Cloud is consumption-based, charged by memory (per GB) and throughput tier, so cost scales with how much data you keep hot and how hard you hit it. Redis Software (the self-managed enterprise product) is licensed annually by the number of shards, which is why enterprise deals land in the five-to-six-figure range. Small teams often note that a managed instance costs real money next to a free Redis on a cheap VM, with the tradeoff being that Redis handles failover, backups, and patching for you.

Plans

Redis Open Source$0

Developers, self-hosters · The free core, now AGPLv3 / SSPL / RSALv2 tri-licensed as of Redis 8

  • In-memory data structures
  • Vector search and Vector Sets
  • Replication and persistence
  • Self-managed, you run the infrastructure
Redis CloudConsumption-based

Teams that want managed · Fully managed DBaaS on AWS, Azure, and GCP

  • Priced by memory (GB) and throughput tier
  • Multi-cloud
  • Active-Active geo-replication
  • Managed failover, backups, and patching
Redis SoftwareAnnual license

Enterprises, regulated industries · Self-managed enterprise deployment, licensed by shards

  • On-prem or hybrid
  • Enterprise security and compliance
  • High availability and clustering
  • Enterprise support

Good to know

  • Redis Cloud is metered by memory and throughput, so cost tracks usage
  • Redis Software is licensed by shard count annually
  • The open-source core is free; managed and enterprise tiers add operations, HA, and support

Competition: Fending off the fork it created

Redis competes with Memcached and managed caches like Amazon ElastiCache, faster upstarts like DragonflyDB, and a wave of dedicated vector databases on the AI side. Its sharpest rival is one it accidentally spawned: Valkey, the BSD fork that AWS, Google, and Oracle stood up after the 2024 license change.

What Redis still has going for it is ubiquity and speed, one platform where caching, vectors, and agent memory all live, and a roadmap the returned creator has made credible again. Whether that is enough to slow Valkey is the open question.

Competes with

ValkeyDragonflyDBMemcachedAmazon ElastiCacheHazelcastdedicated vector databases (Pinecone, Qdrant, Weaviate)

Their edge

Raw speed and ubiquity
Redis is already in most modern app architectures, which lowers the cost of adopting its newer vector and AI features.
One platform, not a stack
Caching, vector search, streaming, and agent memory live in the same system, so teams avoid stitching separate tools together.
The creator is back
Salvatore Sanfilippo rejoined in late 2024 and drove the native Vector Set data type, giving the roadmap renewed technical credibility.

Where they're betting

  • Becoming the memory and context layer for AI agents
  • Vector search and hybrid retrieval at scale
  • Winning back open-source trust after the Valkey fork
  • Lowering total cost of ownership with tiered RAM-plus-flash storage

Proof: The numbers Redis leans on

Redis puts three figures front and center: more than 10,000 customers, a claim that 43% of enterprise AI-agent stacks touch Redis somewhere, and vector search that scales to a billion vectors on Redis 8. Its clearest customer proof point is Relevance AI, which says Redis cut vector search times by 99.5%, from two seconds to ten milliseconds, after testing Qdrant, OpenSearch, and its own build.

Company states 10,000+ customers worldwide
Claims 43% of enterprise AI-agent stacks touch Redis
Hiring aggressively across engineering, sales, and support in the US, UK, Bulgaria, and beyond
JDs describe the company as on its way to IPO
Heavy new investment in AI products (Iris, LangCache, Context Engine, vector search)

What People Say: Loved for speed, scorched over the license

Developers rarely argue with the speed, and Redis is so common that adopting its newer features barely costs anything to try. The complaints are consistent too: enterprise and managed pricing feels steep for small teams, and clustering and security config have a learning curve.

The deepest wound is self-inflicted. The 2024 license change sent a chunk of the community to Valkey, and the goodwill did not come back overnight. The 2025 return to open source was, in part, an apology written in a license file.

Developers love the speed and ubiquity of Redis but many left the commercial version sore over the 2024 license change; the AGPLv3 return in 2025 was an attempt to win that trust back.

After testing Qdrant, OpenSearch, and an in-house implementation, Relevance AI found Redis cut vector search times by 99.5%, from two seconds to ten milliseconds.

, Redis customer case study (Relevance AI)
Loved
  • Extremely fast
  • Simple mental model and great developer experience
  • Everywhere already, so easy to adopt
  • Strong client-library coverage across languages
Gripes
  • The 2024 license change pushed many users to the Valkey fork
  • Enterprise and managed pricing feels steep for small teams
  • Learning curve on clustering, security config, and production architecture

Funding: $355M raised, a $2B valuation, and IPO talk in the job posts

Redis has raised about $355M and carries a $2B valuation. The headline round was a $100M Series F in 2020, co-led by Bain Capital Ventures and TCV, with Francisco Partners, Goldman Sachs Growth, Viola Ventures, and Dell Technologies Capital along for the ride. Several current job descriptions describe a company on its way to IPO, so the next chapter may be a public one.

Total raised

$355M

Valuation

$2B

Latest round

Series F · $100M · 2020

Backers

Bain Capital VenturesTCVFrancisco PartnersGoldman Sachs GrowthViola VenturesDell Technologies Capital

Outlook: Can the memory layer for AI outrun its own fork?

Redis has a genuine second act in front of it. Being the fast context and memory layer for AI agents plays directly to what it is already good at, and the numbers it cites suggest real traction. The catch is Valkey, which took a slice of the open-source base and the trust that came with it. The bet for the next few years, possibly as a public company, is that speed plus a healed community plus an AI story is a stronger hand than a free fork alone.

Team & Culture: Engineering-led, with the founder back in the building

Redis calls itself engineering-led, and the values match: Be Real, Be Unreasonable, and the two that read like a mission statement, simplicity is everything and speed is our superpower. The core database is still hand-tuned C, C++, and Rust, while the newer AI services run on Go, Java, and Python.

The cultural plot twist is Salvatore Sanfilippo, the creator, who left in 2020 and came back in late 2024 to help steer the codebase and mend fences with the open-source world. A lot of the deep systems work now runs out of a Sofia, Bulgaria hub, alongside teams in the US, UK, and beyond.

Values
Be Real (truth-tellers), Be Unreasonable (push boundaries), Simplicity is everything, Speed is our superpower, Engineering-led with deep open-source roots
Work policy
Hybrid and remote, varies by team and location
Hiring
Hiring across engineering, sales, product, and support, with a strong core-engineering and AI-services presence in Sofia, Bulgaria alongside roles in the US, UK, France, and Indonesia. JDs describe a fast-paced company on its way to IPO.
Core / Systems
C, C++, Rust, Linux, Speedb, RocksDB, LSM storage engines
Backend
Go, Python, Java, Concurrency, TCP/IP, Distributed systems
Infrastructure
Kubernetes, Terraform, Argo CD, CI/CD, Grafana, Prometheus, Jaeger
Data / AI-ML
Kafka, Flink, Spark, Vector search, RAG, LangChain, LangGraph, LlamaIndex, PyTorch, TensorFlow, Feast
Cloud
AWS, GCP, Azure

Engineering culture at Redis

  • Engineering-led, with a strong systems and performance focus
  • Core database work is in C, C++, and Rust; newer services in Go, Java, and Python
  • High autonomy and ownership, especially on small AI-services teams that ship fast
  • Strong open-source ethos, contributions encouraged
  • AI-assisted development is expected day to day

Sales culture at Redis

  • Consultative, enterprise-focused selling with MEDDIC-style qualification
  • Heavy pre-sales and solution-architecture partnership
  • Emphasis on account planning and pipeline management

Benefits & perks

United States
  • Competitive salaries and equity grants
  • Unlimited or flexible time off
  • 401(k)
  • Comprehensive health and wellness benefits
  • Paid paternity leave and pension plan (some roles)
  • Yearly health and wellness budget
  • Home internet and phone stipend
  • Learning and development opportunities
  • Commuter benefits (role dependent)
  • Discretionary bonuses and stock options (role dependent)
Bulgaria
  • Competitive compensation formed by salary and equity grants
  • 25 days of vacation
  • Hybrid working from home and office
  • Home internet and phone monthly allowance
  • One-time home-office setup allowance
  • Health and dental insurance
  • Personal life insurance
  • Critical illness cover
  • Lunch and snacks in the office
  • Multisport / CoolFit card

Compensation: Base bands from $91K to $310K, plus equity for nearly everyone

US roles disclose base bands running roughly $91K to $310K depending on function and seniority, with a smaller set of EUR-denominated engineering roles out of Bulgaria. Base is only part of it: most roles add equity grants, US postings note 401(k), unlimited time off, and discretionary bonuses or stock options, and sales roles carry a commission plan on top.

Engineering
$91,455$300,000 · yearly
based on several disclosed roles
Sales
$138,667$310,000 · yearly
based on several disclosed roles
Operations
$85,350$150,000 · yearly
based on a few disclosed roles
Marketing
$105,422$169,300 · yearly
based on a few disclosed roles
Engineering
€50,000€70,000 · yearly
based on a few disclosed roles

Most roles include equity grants on top of base. US postings mention 401(k), discretionary bonuses, stock options, and commuter benefits; sales roles add a commission plan.

In the News: A license U-turn and a hard turn toward AI

The last two years of Redis headlines split into two threads. One is the license drama: the 2024 shift to source-available, the Valkey fork backed by AWS, Google, and Oracle, and the 2025 return to open source. The other is the AI push: the creator's return producing a native vector data type, billion-vector search on Redis 8, and the Iris platform for agent context. The links below trace both.

More in Infrastructure

Other companies hiring in the same space.

Backed by Bain Capital Ventures

Companies that share an investor.

Also serving Enterprises

Companies selling to a similar audience.