Redis Software Reviews (136)

Reviews

Redis Software Reviews (136)

4.5
136 reviews

What do users say?

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.
Gourav U.
GU
Gourav U.
Devops Engineer
Mid-Market (51-1000 emp.)
"Best cache for Application"
4.5/5
What do you like best about Redis Software?

Its light weighted and easy to manange.

Fast data processing able to read write vesy fast. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

It can perform only delete task then no other task is performed mean while deleating read,write operation is blocked. Review collected by and hosted on G2.com.

Carlos V.
CV
Carlos V.
CTO
Entertainment
Small-Business (50 or fewer emp.)
"The open source, in-memory data store"
4.5/5
What do you like best about Redis Software?

Is a very fast key/value data store, mainly due to the fact that is a in-memory data store, also possible to persist the data on file system.

It is open source and very well documented. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Does not have a query language.

It consumes a lot of RAM. Review collected by and hosted on G2.com.

DM
Deepak M.
Senior software Engineer
Small-Business (50 or fewer emp.)
"Fastest caching server for the applications"
5/5
What do you like best about Redis Software?

Redis cache helps boost any application performance and it's very easy to integrate in different programming languages, I like the way we can store any value against a key and retrieve it quickly as we need. I've used it in the Laravel application for caching the post counts on every view. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Pricing is a big factor when we need to store a large amount of data and scale the Redis DB to increase the performance, though It's obvious it will be costly as it keeps a lot of data in memory to serve quickly. Review collected by and hosted on G2.com.

NS
Nimisha S.
Software Developer
Mid-Market (51-1000 emp.)
"Redis great as K/V cache."
4.5/5
What do you like best about Redis Software?

reliable and scalable: when working with a cluster (and if you have a proper sharding strategy), your DB can scale to a pretty high number and not die in the middle of any spike. Both the client and the command line tool are easy to use and well-documented. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

There's no GUI for managing the keys and values stored in REDIS. Lack of some basic permission, there should be a way of having a user with restricted commands (i.e: no keys, now write command, etc.). Review collected by and hosted on G2.com.

Laxman T.
LT
Laxman T.
Technology Lead
Enterprise (> 1000 emp.)
"Review on Redis"
5/5
What do you like best about Redis Software?

Redis is used for caching the data, and communication in microservices using pub and sub-features. It helps in improving application performance. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Lack of proper documentation, no graphical user interface. It is difficult for beginners to learn Review collected by and hosted on G2.com.

Vishvjit S.
VS
Vishvjit S.
Backend Developer Intern
Small-Business (50 or fewer emp.)
"Best for storing sessions."
4.5/5
What do you like best about Redis Software?

I always prefer Redis because it's so convenient and helpful when it comes to storing sessions. Redis stores data in memory so that reading and writing data using Redis is the fastest so the website's performance is enhanced. and the major benefit of using it is that I don't have to write so many lines of code. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

I don't dislike anything about Redis, but it was not easy to use I had to debug my code so many times. Review collected by and hosted on G2.com.

Madhav P.
MP
Madhav P.
Back End Engineer Intern
Small-Business (50 or fewer emp.)
"Best Key Storage"
5/5
What do you like best about Redis Software?

I can easily access its database using the command line interface and also starting it up is easy. Easily accessible Session keys it is the market leader for session keys in my point of view Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

It has too many options regarding its starting kit for a new person to learn it, there are not many documentations available on it for internet, it would do some good if there could be some extensive documentation for its all basic features as well as advanced features Review collected by and hosted on G2.com.

Verified User in Transportation/Trucking/Railroad
UT
Verified User in Transportation/Trucking/Railroad
Enterprise (> 1000 emp.)
"In memory distributed caching solution"
5/5
What do you like best about Redis Software?

- Various data structures are provided

- Lots of use cases like rate limiting or caching are provided out of the box

- Has good durability (AOF and snapshot)

- Easy to use Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

- Cluster management are harder to build and its Enterprise SaaS are expensive Review collected by and hosted on G2.com.

Akshay P.
AP
Akshay P.
Full Stack Developer
Small-Business (50 or fewer emp.)
"Best In-memory storage for fast data retrieval & caching"
5/5
What do you like best about Redis Software?

Redis provides in-memory database so it is very helpful to retrieve data faster & it can be used as caching also. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

It is in-memory database so it is not suitable to perform Relational actions like join & complex queries Review collected by and hosted on G2.com.

Ashish M.
AM
Ashish M.
Senior Software Engineer
Small-Business (50 or fewer emp.)
"The Best In-Memory Database for Cache"
4.5/5
What do you like best about Redis Software?

Speed !!, as Redis is an in-memory DB, it is very fast, which is its USP. It is very simple to use, just need to insert data in a key-value format, and it will work. Redis can also be used primary database but I have used it as caching only. the key-value read operation is very fast probably in a few milliseconds. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

very few apps where you don't dislike anything, Redis is one of them, I am using Redis for the last 2 years, yet found nothing to dislike. In the case of a large value, it may take a few extra milliseconds to process. Review collected by and hosted on G2.com.