

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.

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
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
- Latency-critical data access
- Scaling caching and session stores
- Running high-availability data infrastructure
- Fast vector search for RAG
- Cutting LLM token cost and latency
- Giving agents durable, low-latency memory
- 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.
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
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
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
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
Their edge
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.
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.
- Extremely fast
- Simple mental model and great developer experience
- Everywhere already, so easy to adopt
- Strong client-library coverage across languages
- 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
Valuation
Latest round
Backers
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
- 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)
- 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
Open roles · 27
View all roles →Redis is hiring 27 roles across sales, product managers, software engineers, marketers, and more.
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.
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.
Security & Legal: Redis Ltd, and a license history worth reading
The commercial entity is Redis Ltd, Israeli-founded and now headquartered in San Francisco. The story that actually matters here is licensing: Redis moved off the permissive BSD license to a source-available model in 2024, drew a fork and a fair amount of anger, then re-added the OSI-approved AGPLv3 as an option with Redis 8 in 2025. If you build on Redis, which license version you are on is a decision, not a footnote.
Legal entity
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.
Redis is now available under the AGPLv3 open source license
Why AWS, Google and Oracle are backing the Valkey Redis fork
Return of Redis creator bears fruit with vector set data type
Welcome back to Redis, antirez
Redis launches Iris platform to fix AI agent context
Searching 1 billion vectors with Redis 8
Redis Labs Raises $100 Million from Bain Capital Ventures and TCV
More in Infrastructure
Other companies hiring in the same space.

Crusoe (363 jobs)
Energy-first AI infrastructure company that sources power, builds hyperscale AI data centers, and runs a GPU cloud purpose-built for AI workloads.

Fluidstack (196 jobs)
Builds and operates gigawatt-scale AI data centers and fully managed GPU clusters for frontier AI labs, governments, and enterprises.

MaintainX (173 jobs)
AI-powered maintenance and asset management platform for frontline industrial teams.

Kong (93 jobs)
Kong runs the unified API and AI platform that connects, secures, governs, and monetizes APIs, events, and AI traffic.

Hostinger (70 jobs)
Bootstrapped Lithuanian web host turned AI website platform for individuals and small businesses.

Mapbox (62 jobs)
Global location platform providing maps, navigation, search, and real-time location data for developers and enterprises.

Baseten (61 jobs)
AI inference platform for deploying, optimizing, and running machine learning models in production at scale.
Backed by Bain Capital Ventures
Companies that share an investor.

Legora (229 jobs)
Legora builds a collaborative, agentic AI workspace that helps lawyers review, research, draft, and advise faster.

Pennylane SAS (127 jobs)
The all-in-one financial and accounting platform French SMEs and their accountants share.

ICEYE (124 jobs)
ICEYE operates the world's largest synthetic aperture radar satellite constellation, selling all-weather, day-and-night Earth observation data and sovereign satellite systems to governments and businesses.

Decagon (115 jobs)
Autonomous AI agents that resolve enterprise customer support end to end across chat, voice, email, and SMS.

Hopper (115 jobs)
Hopper is a Montreal travel-tech company whose consumer app predicts fares and sells travel fintech, and whose HTS division now powers white-label booking and fintech for banks and airlines like Capital One, Nubank, and RBC.

Socure (94 jobs)
AI-powered platform for digital identity verification, fraud prevention, and risk decisioning, used by enterprises and government agencies to verify consumers, businesses, and employees.

Cognition (75 jobs)
Applied AI lab behind Devin, the autonomous AI software engineer, and the Windsurf IDE.
Also serving Enterprises
Companies selling to a similar audience.

Cohere (128 jobs)
Enterprise AI company building secure, privately deployable foundation models and an agentic workspace (North) for regulated businesses.

Sierra (175 jobs)
Enterprise AI platform for building branded customer-service agents that resolve conversations across chat, voice, and messaging.

Vanta (114 jobs)
The leading Agentic Trust Platform, automating compliance, risk, and security proof for 16,000+ companies.

LangChain (97 jobs)
The open-source frameworks (LangChain, LangGraph) and LangSmith platform developers use to build, observe, and ship AI agents.

Perplexity (82 jobs)
AI-powered answer engine that returns real-time, cited answers, now expanding into an agentic browser and on-device agents.

Horizon3 AI (81 jobs)
Autonomous penetration-testing platform (NodeZero) that safely hacks production environments to find and fix exploitable attack paths.

Sarvam (63 jobs)
Building India's full-stack sovereign AI platform: frontier models and enterprise applications for Indian languages.