Redis Software Reviews & Product Details

Profile Status

This profile is currently managed by Redis Software but has limited features.

Are you part of the Redis Software team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Value at a Glance

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

8 months

Redis Software Integrations

(2)
Integration information sourced from real user reviews.
Product Avatar Image

Have you used Redis Software before?

Answer a few questions to help the Redis Software community

Redis Software Reviews (133)

Reviews

Redis Software Reviews (133)

4.5
134 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise Redis Software for its fast performance and ease of use, making it a reliable choice for caching and data management. Many appreciate its ability to handle high traffic and its support for various programming languages, which enhances integration. However, some users note that the licensing costs can be a barrier for smaller businesses.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Verified User in Food Production
UF
Small-Business (50 or fewer emp.)
"Speed up your app"
What do you like best about Redis Software?

Redis is highly stable, and when caching the data, it increases application speed by a considerable amount. It is highly reliable, easy to set up, widely used, and beginner-friendly. The community support is good. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

It does not support a variety of data types, so you'll have to do the conversion while writing and reading from it. Review collected by and hosted on G2.com.

Sezer D.
SD
Senior Software Engineer
Mid-Market (51-1000 emp.)
"Cache for best redis"
What do you like best about Redis Software?

It is in a good position in terms of cache performance and usage in the market. The most ideal storage to store your keys and values. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

There is nothing I dislike about Redis in general. It is quite useful. There are many client leir and management tools connected by the software. Review collected by and hosted on G2.com.

Ankit L.
AL
Node js developer
Small-Business (50 or fewer emp.)
"best caching in memory DB"
What do you like best about Redis Software?

too much lightweight with API interaction

support in AWS and many other clouds services

support many types of data types to match use case of many caching scenarios Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Single thread nature hang sometimes on many request

Not reliable for real time DB due to lack of session handling

Documentation is not proper to understand deeply Review collected by and hosted on G2.com.

Seung Cheol Kim .
S
수석
Mid-Market (51-1000 emp.)
"Best caching solution"
What do you like best about Redis Software?

I was able to easily build a key value data store using redis. Using the replication function of redis 3.0, we were able to respond effectively to failures. Redis is used for session management of applications. It is also used to centrally manage meta data. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

You should keep in mind that Redis's cache TTL operates in a sampling manner. If you need to process Expired Event of a large amount of data, CPU usage may increase. Review collected by and hosted on G2.com.

Gabe L.
GL
Head Developer
Small-Business (50 or fewer emp.)
"Perfect Documentation"
What do you like best about Redis Software?

I use the Redis API in my python web-stack and it is one of the slickest things I have ever had the pleasure of working with. The application that I maintain, deepquill.com, needs to serve a high volume of requests while doing continuous cloud-resource tracking/management and it all has to happen asynchronously, so naturally I turned to Redis for a high speed caching solution. At the time I knew only Postgres and Redis works very differently, so I was new to the whole system. The solution I needed to implement with this database wasn't exactly trivial either, so I was prepared to spend a good amount of time slogging through source code to learn what I needed to alter to get this module to work how I wanted it to. -- To this day I have not seen a single line of it's source code -- It's all there in the documentation, written in plain English with examples and use-cases galore! Even if there were a faster and more reliable caching solution on the market (which there isn't) , I would honestly still pick Redis if only for it's thorough and accessible documentation. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

The only downside I could identify with this solution is that it is not really meant to store data in a persistent form. At least not by default. Redis does everything in volatile memory (which is why it can be so fast) , and while it is easy to set it up to write your data to disk from time to time (it's maybe 3 lines of code tops), it can potentially be confusing to people who come from a more traditional database and expect their data to still be there after a power cycle. The only people who would really suffer from this misunderstanding are those didn't read the manual though, so don't be one of those and you'll be fine. Just be warned: if you want Redis to record your data in a persistent form, you have to explicitly tell it to do that. Review collected by and hosted on G2.com.

Muhammad Akbar H.
MH
Back End Developer
Small-Business (50 or fewer emp.)
"Because Redis can minimalizes resource using Caching"
What do you like best about Redis Software?

Redis is best for caching, easy to set up, and easy to use. I'm still new with Redis, but I really like Redis because Redis is really helping me to cache data, I usually use Redis on Heroku or on my local machine, it's really easy to setup Redis on Heroku because you can just select from the Heroku features you need, and select the Redis features, it really helps me to deploy an app to Heroku using Redis. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

No, I really like Redis, I don't think that I disliked Redis Review collected by and hosted on G2.com.

Shawn B.
SB
Architecture Consultant
Mid-Market (51-1000 emp.)
"Scaled our Php Systems 100x and turned a 1 hour lag ELK cluster into realtime."
What do you like best about Redis Software?

Its an all in one Utility Pack that uses very little memory on startup. I have used it for storing XML hotel master data as Tables rows. While caching inventory as Key/Values and as a Broker to improve performance for the ELK stack. The distributed cache makes it even faster when using multiple data-centers across continents. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

It has a very old pre-compiled version for Windows. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business (50 or fewer emp.)
"Remote Dictionary Server"
What do you like best about Redis Software?

Fast read and write

Clustering and Distributing between servers

A lot of variation in data types. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Single-Threaded. You won't benefit from having multi-core CPUs.

Lack of documentation; debugging can be onerous Review collected by and hosted on G2.com.

DT
Analyst
Enterprise (> 1000 emp.)
"Best In memory cache"
What do you like best about Redis Software?

Easy to setup and use as a caching layer between your application layer and database layer Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

I have used it in mid sized application, found nothing that can be Said as big issue Review collected by and hosted on G2.com.

Mochammad Z.
MZ
Software Developer
Small-Business (50 or fewer emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"My Experience of Using Redis"
What do you like best about Redis Software?

I can use redis to trigger event based actions in almost real-time. It's lightweight and easy to install on our server. The key-value data is simple too, suitable for simple use like an event parameters or something like that Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Its reliability is not as good as others. I've got several disconnected events and its not because of network connection. I've debugging it, and the problem is from the redis connection lost without a reason. and when i want to debug its value using Redis Commander its not as friendly as the others Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

8 months

Perceived Cost

$$$$$
Redis Software Comparisons
Product Avatar Image
MongoDB
Compare Now
Product Avatar Image
Couchbase
Compare Now
Product Avatar Image
Coherence
Compare Now
Redis Software Features
Data Model
Data Types
Auto Sharding
Auto Recovery
Data Replication
Integrated Cache
Role-Based Authorization
Audit Logs
Encryption
Product Avatar Image
Redis Software