No more typing reviews! Try our Samantha, our new voice AI agent.
Software Architect at Yum! Brands
Real User
May 9, 2024
Enables efficient caching and helps users fetch and save data quickly
Pros and Cons
  • "The ability to fetch and save data quickly is valuable."
  • "If we use a lot of data, it will eventually cost us a lot."

What is our primary use case?

We use the solution as a caching layer.

What is most valuable?

The ability to fetch and save data quickly is valuable. We can fetch data within milliseconds. The tool provides data structure capabilities. It also provides geolocation search and JSON search capabilities. The performance is very good. Redis can save each internal transaction to the file system. It helps us handle persistence in our storage.

What needs improvement?

The product's main purpose is caching, even though the vendor says we can also use it as a persistent database. If we use a lot of data, it will eventually cost us a lot. The tool is single-threaded. It doesn't support many data models. We only have key-value, hash, and JSON.

For how long have I used the solution?

I have been using the solution for more than ten years.

Buyer's Guide
Redis
May 2026
Learn what your peers think about Redis. Get advice and tips from experienced pros sharing their opinions. Updated: May 2026.
896,467 professionals have used our research since 2012.

What do I think about the stability of the solution?

The tool is stable.

What do I think about the scalability of the solution?

The tool is easy to scale. We can add additional storage, and it will scale easily. We have millions of end users. We are an enterprise-level organization.

How are customer service and support?

The product provides excellent support.

How was the initial setup?

The deployment is easy. The deployment takes a couple of hours. One engineer can deploy the tool. We can fully manage the tool as SaaS with low maintenance. If we want to deploy it in our own environment, we must be more aware of changes and monitoring. Since I'm using the caching layer, we must choose the correct mode to save and fetch the data optimally. It is complicated to understand which feature or model we must use.

What was our ROI?

Eventually, we need to manage caching. If we manage on our own, it will take a lot of developer resources, infrastructure, and environmental resources. So, it is better to use Redis. The ROI is better.

What's my experience with pricing, setup cost, and licensing?

We pay a yearly fee, but we pay according to the usage.

Which other solutions did I evaluate?

I also work with PostgreSQL, MySQL, Elasticsearch, Cassandra, and Splunk. Redis provides efficient caching and performance. The other solutions have persistent storage functionality. If I want persistence, I would use the other tools. If I need high performance, I would use Redis.

What other advice do I have?

We must understand our system needs and pick the correct data structure in Redis to support it most efficiently. Overall, I rate the tool an eight out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Chethan Rao S - PeerSpot reviewer
Software Engineer at Medflix
Real User
Apr 29, 2024
Performs much better than traditional databases, integrates well and lot of learning resources available
Pros and Cons
  • "Redis is better tested and is used by large companies. I haven't found a direct alternative to what Redis offers. Plus, there are a lot of support and learning resources available, which help you use Redis efficiently."
  • "It's actually quite expensive."

What is our primary use case?

We use it primarily for real-time applications. In our web application, we added a feature where hundreds of people could play a quiz in real time. 

Instead of using traditional databases like SQL, we implemented Redis to make everything happen in real time – all those quick calculations, data hashing for easy retrieval, and so on. 

It was a live quiz feature, so Redis helped a lot. I also use Redis for caching and similar general use cases.

How has it helped my organization?

It improved the performance. For example, data structures like hashmaps in Redis make it a very fast database – much faster than traditional SQL databases. It can perform at significantly higher speeds. Latencies are very low. Our primary focus wasn't on saving money but on improving performance for that specific feature.

So, performance has been the key improvement. Every calculation happened in real time. It improved the performance 10X. 

In our company, we have limited resources, so we can't manage the database ourselves. We use services from Azure for that.  So, Redis integrates well with those services.

We use Azure Cache for Redis.

What is most valuable?

It performs much better than traditional databases. Our calculations happen in real-time, which was crucial for that quiz feature.

What needs improvement?

The price could be better. 

For how long have I used the solution?

I have been using it for more than two years. 

What do I think about the stability of the solution?

It has been a reliable product for us.

What do I think about the scalability of the solution?

It's been working very well for us. Since our scale isn't huge, it's able to handle our needs without issues.

Which solution did I use previously and why did I switch?

I've also worked with PostgreSQL, Cassandra, MySQL, and Elasticsearch.

It's tough to find a direct competitor because Redis, Cassandra, PostgreSQL, and Elasticsearch all serve different purposes. Cassandra excels when you structure tables according to your requirements upfront. It offers fast reads. However, the Cassandra Query Language (CQL) isn't as flexible as SQL – there are no joins, for example. It is a very restricted query language. So, we need to carefully design your database tables with future data needs in mind.

Redis is better tested and is used by large companies. I haven't found a direct alternative to what Redis offers. Plus, there are a lot of support and learning resources available, which help you use Redis efficiently.

What's my experience with pricing, setup cost, and licensing?

It's actually quite expensive compared to SQL since Redis uses a system's main RAM, which is costly. And memory can be limited.

We opt for a dedicated server.

What other advice do I have?

Overall, I would rate the solution an eight out of ten. It's been very stable so far and performs well within our system.

I would recommend it, but I would also highlight the cost factor as something to consider.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Redis
May 2026
Learn what your peers think about Redis. Get advice and tips from experienced pros sharing their opinions. Updated: May 2026.
896,467 professionals have used our research since 2012.
Baudilio Garcia - PeerSpot reviewer
Head of Platforms at Shalion
Real User
Top 5Leaderboard
Nov 18, 2024
Simplified caching with a user-friendly UI and easy setup
Pros and Cons
  • "Redis is a simple service that does what it promises."
  • "There is room for AWS to provide more options for server types or a way to configure more or less memory for them."

What is our primary use case?

I primarily use Redis as a cache to store the most requested files, folders, and URLs. This makes retrieval fast and has minimal latency.

What is most valuable?

Redis is a simple service that does what it promises. We use it through AWS, and it's not managed by us. There is no operational overhead thanks to Amazon. It is highly available, reliable, and functions exactly as expected, eliminating the need to reinvent the wheel with cache.

What needs improvement?

There is room for AWS to provide more options for server types or a way to configure more or less memory for them.

For how long have I used the solution?

I have been using Redis for about four years.

What do I think about the stability of the solution?

Redis is 100% stable for our needs. We haven't experienced any complaints or issues related to stability.

What do I think about the scalability of the solution?

AWS allows you to change the cluster size for Redis easily. However, I am unsure if horizontal scaling is possible.

How was the initial setup?

Using AWS for Redis, the setup involves going through a user-friendly UI, making the process simple and straightforward. After setup, you get an endpoint, and it's ready to use.

What's my experience with pricing, setup cost, and licensing?

We use Redis through AWS, so we pay related costs monthly as specified by Amazon.

What other advice do I have?

I rate Redis a ten out of ten. There might be some improvement needed by allowing more configuration options regarding resources available for the servers.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
David Shlingbaum - PeerSpot reviewer
IT Development Manager, Architect, Developer at Miltel Communications LTD
Real User
Top 5Leaderboard
Aug 6, 2024
Used for data deduplication or identifying duplicate records
Pros and Cons
  • "The solution is fast, provides good performance, and is not too expensive."
  • "The solution's pricing for a local installation is very expensive."

What is our primary use case?

I use Redis for data deduplication or identifying duplicate records I receive. I have a very basic usage with Redis, where I insert a key value record.

What is most valuable?

The solution is fast, provides good performance, and is not too expensive. Although installing it locally would probably be cheaper, I don't want the hassle. For the functionality I need, Redis gives me what I want at the moment.

What needs improvement?

The solution's pricing for a local installation is very expensive.

For how long have I used the solution?

I have been using Redis for three years.

What do I think about the stability of the solution?

I haven’t faced any issues with the solution’s stability.

What do I think about the scalability of the solution?

Azure allows Redis to scale. If I want, I can increase the resources allocated for this service.

How was the initial setup?

I'm using the solution as an Azure cloud service with no installation involved.

What was our ROI?

The solution does what I need, and I have no issues with it. Since I didn't install Redis and don't need to maintain it, the service saves me a lot of time.

What other advice do I have?

Overall, I rate the solution ten out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Emmanuel Abodesegun - PeerSpot reviewer
Senior Software Engineer at Moniepoint
Real User
Dec 10, 2023
Offers good stability and information processing is very fast
Pros and Cons
  • "It makes operations more efficient. The information processing is very fast, and very responsive. It's all about the technology."
  • "The only thing is the lack of a GUI application. There was a time when we needed to resolve an issue in production. If we had a GUI, it would have been easier."

What is our primary use case?

I have been using a specific infrastructure. We use it primarily for customer service.

What is most valuable?

It makes operations more efficient. The information processing is very fast, and very responsive. It's all about the technology.

What needs improvement?

The only thing is the lack of a GUI application. There was a time when we needed to resolve an issue in production. If we had a GUI, it would have been easier. But no one provided a GUI, or maybe we didn't request it. I'm not sure. We just make use of it.

For how long have I used the solution?

My experience with this product has been very good.

What do I think about the stability of the solution?

It's been very stable. I would rate the stability a ten out of ten. 

What was our ROI?

We saw an ROI. It made the processing of our transactions faster.  So there are some details we get, like customer contract details, customer details, customer ID, there are so many details for that.  So we get it from Redis, which makes it faster.

What other advice do I have?

I would rate it an eight out of ten.

I would recommend to explore this product as it's gonna make the work easy.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Google
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Nitesh Ghuge - PeerSpot reviewer
Senior Software Engineer - Blockchain at Confidential
Real User
Top 5Leaderboard
May 26, 2024
Used to cache repeated data and provides clear documentation
Pros and Cons
  • "I use Redis mostly to cache repeated data that is required."

    What is most valuable?

    I use Redis mostly to cache repeated data that is required. If I'm using a user wallet address, I don't need to call it all the time from the database. I do the cache using the solution.

    The solution allows you to create a message of application publishing and messaging the application in other services. It helps a lot when I work with the microservice architecture.

    For how long have I used the solution?

    I have been using Redis for four years.

    What do I think about the stability of the solution?

    I haven’t faced any stability issues with the solution.

    What do I think about the scalability of the solution?

    I have never faced any issues with the solution’s scalability.

    How was the initial setup?

    The solution is easy to set up and has very clear documentation.

    What about the implementation team?

    To deploy Redis, you need knowledge about JavaScript, programming, and how data structures are stored. It takes around five to ten minutes to deploy the solution.

    What other advice do I have?

    With Redis, I can create lists and key-value pairs. The solution also provides many features for storing data in cache. Storing data in memory using Redis is faster than using traditional databases like Postgres or MySQL.

    If you are communicating with the services, you can use the solution's Pub/Sub capabilities to send messages, store data in cache, and share it with other microservices. The solution's data persistence model has greatly benefited our resilience, especially when storing any key-value pair.

    You can install the solution on the local machine or cloud servers like AWS or Google Cloud. I would recommend Redis to other users.

    Overall, I rate the solution a nine out of ten.

    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    reviewer2311404 - PeerSpot reviewer
    Senior Software Engineer at a tech services company with 10,001+ employees
    Real User
    Nov 23, 2023
    A simple, powerful, and fast solution that can be used as a main database
    Pros and Cons
    • "Redis is a simple, powerful, and fast solution."
    • "Sometimes, we use Redis as a cluster, and the clusters can sometimes suffer some issues and bring some downtime to your application."

    What is our primary use case?

    Sometimes, Redis is used as a cache and sometimes as the main database.

    What is most valuable?

    Redis is a simple, powerful, and fast solution.

    What needs improvement?

    Sometimes, we use Redis as a cluster, and the clusters can sometimes suffer some issues and bring some downtime to your application.

    For how long have I used the solution?

    I have been using Redis for three years.

    What do I think about the stability of the solution?

    I rate Redis a seven or eight out of ten for stability.

    What do I think about the scalability of the solution?

    In our team, around 20 to 25 engineers are using the solution.

    I rate Redis a nine or ten out of ten for scalability.

    How are customer service and support?

    The solution's technical support team was quite knowledgeable and fast.

    How would you rate customer service and support?

    Positive

    Which solution did I use previously and why did I switch?

    We previously used other solutions like DynamoDB, Elasticsearch, and Postgres for different use cases. We switched to Redis because maintaining the cluster for Elasticsearch was very complex and a lot of work. Also, the other solutions were very, very expensive.

    How was the initial setup?

    The solution’s initial setup is easy.

    What about the implementation team?

    Since we're using the AWS self-managed version, Redis can be deployed very fast if you go through the console. If you do an infrastructure, its setup will take longer. But if you just want to play with it and set it up quickly, it can be done in 10 to 15 minutes or less.

    What's my experience with pricing, setup cost, and licensing?

    The solution's pricing is good compared to other databases doing the same thing. It might be cheaper to use Redis in some cases and not in others. Redis is not an overpriced solution.

    What other advice do I have?

    Redis is deployed on-cloud in our organization.

    When it started, Redis had a very simple structure, but now it has a lot of powerful data structures. Users should investigate because they can use other things for their data structure. Redis has more new use cases. Users must consider that Redis is single-threaded, which might take a toll on them when they write to Redis. This might be an issue if you need very high throughput with writes.

    Overall, I rate Redis a nine out of ten.

    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    reviewer2151066 - PeerSpot reviewer
    Software Engineer at a financial services firm with 10,001+ employees
    Real User
    Top 20
    Apr 7, 2023
    A solution that can benefit both user and customer-facing applications while effectively preventing potential lag in the user-facing application
    Pros and Cons
    • "The solution's technical support team is good...The solution's initial setup process was straightforward."
    • "In future releases, I would like Redis to provide its users with an option like schema validation. Currently, the solution lacks to offer such functionality."

    What is our primary use case?

    In our company, Redis is used for read operations. When we receive data from a user via the Read API, we cache the response for two or three minutes to minimize API calls to the database and preserve resources within the DB. This practice also helps prevent bot-triggered dummy requests to the DB.

    How has it helped my organization?

    One crucial aspect is that Redis ensures that the response time does not exceed one second. Redis can be highly beneficial for both the user and customer-facing applications in this regard since it prevents any potential lag in the user-facing application.

    What is most valuable?

    Redis itself is a feature. In Redis, the memory store is in-memory and not on the disk, making the solution fast. Also, retrieval is super fast in Redis.

    What needs improvement?

    There isn't any scope for improvement in Redis since its functionality is limited to read operations only.

    In future releases, I would like Redis to provide its users with an option like schema validation. Currently, the solution lacks to offer such functionality.

    For how long have I used the solution?

    I have been using Redis for four years. Also, I don't remember the version of the solution I am using.

    What do I think about the stability of the solution?

    Though the solution is stable, its stability is something that depends upon the infrastructure of the company where it is being used.

    What do I think about the scalability of the solution?

    It is a scalable solution, but we don't have any plans to increase its usage.

    How are customer service and support?

    The solution's technical support team is good. Also, we have an in-house team in our company to help us.

    How was the initial setup?

    The solution's initial setup process was straightforward. Also, the solution is deployed on the cloud.

    What other advice do I have?

    I would recommend this solution to those who extensively rely on read operations. Overall, I rate the solution a nine out of ten.

    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    Buyer's Guide
    Download our free Redis Report and get advice and tips from experienced pros sharing their opinions.
    Updated: May 2026
    Buyer's Guide
    Download our free Redis Report and get advice and tips from experienced pros sharing their opinions.