Redis
The in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Linux
- Self-Hosted
- Software as a Service (SaaS)
- Docker
Features
Redis News & Activities
Recent News
- Fla published news article about Redis
Redis 8.8: major update with array data structure & performance boostsRedis 8.8 delivers a major update with a new general-purpose array data structure, enabling flexibl...
- POX published news article about Redis
Redis 8.6 improves throughput, cuts latency, and adds at-most-once Streams deliveryRedis 8.6 introduces major performance and reliability enhancements for users requiring speed at sc...
- POX published news article about Redis
Redis 8.2 released with performance boosts, new streams data structure commands, and moreRedis has announced the general availability of version 8.2, introducing substantial improvements f...
Recent activities
- fanpino commented on Redis
We use Redis for session caching and rate limiting across a few of our products (FastAPI backends). It's stupidly reliable for what it does - the kind of dependency you forget is even running because it just doesn't cause problems. Setup is trivial in Docker, and the docs are some of the best in the self-hosted database space. Only gripe is remembering to set maxmemory-policy before production, since the default eviction behavior isn't what most people expect.
- fanpino liked Redis
- ssiroos liked Redis
- mqdlou liked Redis
dsecurity added Redis as alternative to Intent Bus- Yerba_29 liked Redis
- D7 liked Redis
- b9wzo9tz liked Redis
Featured in Lists
All the tools, services and so on that we use when we develop AlternativeTo. AlternativeTo is built with Next.JS and...
A list with 807 apps by AmileyaRyver without a description.
This is my personal, actively evolving self-hosted stack. I run my own VPS and prefer tools I can understand,...








Comments and Reviews
We use Redis for session caching and rate limiting across a few of our products (FastAPI backends). It's stupidly reliable for what it does - the kind of dependency you forget is even running because it just doesn't cause problems. Setup is trivial in Docker, and the docs are some of the best in the self-hosted database space. Only gripe is remembering to set maxmemory-policy before production, since the default eviction behavior isn't what most people expect.