Reviews for Redis
Login to ReviewMichael White
May 30, 2026The Swiss Army Knife for Caching and Real-time Data
We've been using Redis as our primary session store and caching layer for three years, and it's been rock-solid. The speed is incredibleβsub-millisecond response times are the norm, not the exception. Its support for diverse data structures like sorted sets and streams allowed us to implement real-time leaderboards and activity feeds without adding complexity. While the initial learning curve for advanced features exists, the documentation is excellent, and once configured, it just runs.
David Walker
May 21, 2026Powerful but demands expertise, not for everyone
Redis is incredibly fast and versatile as an in-memory store, making it a game-changer for caching and real-time features in our app. However, the steep learning curve and lack of built-in persistence by default led to a scary data loss incident early on. While it's free and open-source, the operational overhead and need for careful configuration mean it's not the simple drop-in solution some might expect.
Olivia Chen
May 21, 2026A Powerful Tool, But Not Without Significant Frustrations
Redis is incredibly fast as a cache, but its in-memory nature has bitten us hard. We had a production outage when an instance ran out of memory and crashed, causing major data loss. The complexity of configuring persistence correctly and managing clusters for high availability feels overly burdensome compared to simpler caching solutions. It's powerful, but the operational overhead and risk make it a tough sell for our team.
Dakota Wright
May 21, 2026Lightning-fast and incredibly versatile - our go-to cache and data store
Redis has been a game-changer for our application's performance. Setting it up as a caching layer was straightforward, and the reduction in database load was immediate and significant. We've since expanded to use its pub/sub features for real-time notifications, and the geospatial indexing for location-based features - all working reliably under heavy load. The extensive documentation and active community make it easy to implement even complex use cases.
Morgan Thomas
May 20, 2026Powerful but Demanding Tool
Redis is incredibly fast and versatile, handling our caching and real-time data needs brilliantly. However, the configuration and operation for a truly resilient, production-ready cluster can be complex and error-prone, requiring significant expertise. The community support is great, but the learning curve for advanced features is steep.
Phoenix Harris
May 19, 2026Incredibly Fast and Versatile In-Memory Database
Redis has been a game-changer for our application's performance, especially for session caching and real-time leaderboards. The variety of data structures like sorted sets and streams makes complex operations surprisingly simple to implement. While there's a learning curve, the documentation is solid, and the active community is always helpful.
Elena Hill
May 18, 2026Great performance, but the complexity and durability concerns are dealbreakers for production
While Redis delivers incredible speed for caching and real-time data, we found it far too complex to manage and tune properly. The lack of built-in persistence had us scrambling during an unexpected outage, losing critical session data. For anything beyond simple key-value storage, the learning curve is steep, and the documentation assumes you're already an expert.
Cameron Young
May 09, 2026Lightning-fast and Versatile - Our Go-To Cache and Message Broker
Redis has been absolutely transformative for our high-traffic web application. Its in-memory performance is exceptional, handling thousands of operations per second with sub-millisecond latency. We use it both as a session cache and as a message broker for our worker queues, and the variety of data structures like sorted sets and streams makes complex tasks surprisingly simple. The open-source nature means we've saved significantly on infrastructure costs compared to commercial alternatives.
Casey Thomas
May 09, 2026Powerful but demanding, great for specific use cases
Redis is incredibly fast as an in-memory cache and its support for advanced data structures is unmatched. However, the lack of durability out-of-the-box means you need to carefully configure persistence, which adds complexity. For simple caching, it can feel like overkill, but for complex real-time applications, it's indispensable.
Lisa Allen
May 03, 2026Lightning Fast, But Not a Magic Bullet
Redis is incredibly fast for caching and pub/sub messaging, which transformed our application's performance. However, managing persistence properly requires significant effort, and the memory-only nature means you need a clear data strategy. Setting up clustering was more complex than expected, and community support is hit-or-miss unless you pay for enterprise support.
Review Summary
Based on 23 reviews
Rating Distribution
Redis
Redis is an open-source, in-memory data structure store, used as a database, cache and message broker. It supports data structures β¦
Back to Product