---
title: Redis Software Reviews
meta_title: 'Redis Software Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 134 reviews by the users' company size, role or industry
  to find out how Redis Software works for a business like yours.
aggregate_rating:
  rating_value: 4.5
  review_count: 134
  scale: '5'
date_modified: '2026-07-13'
parent_category:
  name: NoSQL Databases
  url: https://www.g2.com/categories/nosql-databases
---

# Redis Software Reviews
**Vendor:** Redis  
**Category:** [Document Databases](https://www.g2.com/categories/document-databases)  
**Average Rating:** 4.5/5.0  
**Total Reviews:** 134
## About Redis Software
Redis Software is our advanced solution delivering unmatched speed and reliability for on-prem and private cloud environments. It gives you full control over your deployment, ensuring high performance and scalability to meet your specific needs. Redis Software builds on the speed and reliability of Redis Community Edition with advanced features like active-active geo-distribution, advanced query and search capabilities, automated data synchronization, and superior security features. These enhancements provide enterprise-grade performance, reliability, and security, making Redis Software the ideal choice for production-grade applications.



## Redis Software Pros & Cons
**What users like:**

- Users find Redis Software to be a **highly useful cache provider** , especially for Python and data-related projects. (2 reviews)
- Users find **cost efficiency** in Redis Software, notably through reduced RAM usage and streamlined setup processes. (1 reviews)
- Users appreciate the **customization features** of Redis Software, enabling tailored setups that enhance efficiency and performance. (1 reviews)
- Users appreciate the **efficient data storage** of Redis, enabling smooth operation even during peak traffic without issues. (1 reviews)
- Users find Redis Software to be **easy to set up** for Python and data projects, enhancing their workflow efficiency. (1 reviews)
- Users find Redis **easy to use** , allowing seamless integration and faster software performance from a developer&#39;s perspective. (1 reviews)
- Users value the **fast performance** of Redis Software, effectively utilizing it for pub-sub architecture and queuing. (1 reviews)
- Reliability (1 reviews)
- Users value the **speed** of Redis, appreciating its efficiency in enhancing performance and ease of integration. (1 reviews)

**What users dislike:**

- Users face **data size limitations** in Redis, impacting backup efficiency and application scalability. (1 reviews)
- Users find the **expensive licensing** of Redis Software prohibitive for SMBs, especially compared to open-source alternatives. (1 reviews)
- Users find the **limited chart features** in Redis Software hinder effective data visualization and analysis. (1 reviews)
- Users find the **poor UI** of Redis Software challenging, especially when managing large clusters effectively. (1 reviews)
- Users report **slow performance** during data embedding, leading to longer wait times for semantic searches and processes. (1 reviews)
- Storage Issues (1 reviews)

## Redis Software Reviews
  ### 1. Redis in nodejs

**Rating:** 4.0/5.0 stars

**Reviewed by:** Chong G. | iOS Developer (Part-time), Computer Games, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 12, 2016

**What do you like best about Redis Software?**

easy to use, good for handling user sessions in server side 

**What do you dislike about Redis Software?**

now i haven't found something that i don't like or feel terrible

**Recommendations to others considering Redis Software:**

if you want to handle user sessions in a much easier way with node.js, then choose redis :)

**What problems is Redis Software solving and how is that benefiting you?**

user sessions handling, much more easier than using a relational database to do it

  ### 2. Easy to use

**Rating:** 4.5/5.0 stars

**Reviewed by:** Aryan B. | Small-Business (50 or fewer emp.)

**Reviewed Date:** January 19, 2016

**What do you like best about Redis Software?**

Easy to use! You don't have to be geek for using redis. Easy setup, easy configuration and easy query.

**What do you dislike about Redis Software?**

There is not free default monitor for redis.

**Recommendations to others considering Redis Software:**

Configure max memory usage, if you not there is a risk of use all of your memory.

**What problems is Redis Software solving and how is that benefiting you?**

Realtime IP banner.

  ### 3. Asynchronous data management done well!

**Rating:** 4.5/5.0 stars

**Reviewed by:** José M V. | Fullstack Developer, Internet, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 15, 2016

**What do you like best about Redis Software?**

Easy setup using it with Ruby, when you need some sort of cache-like storage, Redis is the one you might be looking for.

**What do you dislike about Redis Software?**

Redis is like a memory datastore, so you won't be able to store anything above your server's memory.

**Recommendations to others considering Redis Software:**

If you're looking for some data storage or easy access db to keep simple logs, maybe using it for a live chat or rankings, Redis can do the job in an awesome way.

**What problems is Redis Software solving and how is that benefiting you?**

Really fast deployment, easy to setup

  ### 4. Quite Brilliant

**Rating:** 4.0/5.0 stars

**Reviewed by:** Gautam K. | Research Assistant, Higher Education, Enterprise (> 1000 emp.)

**Reviewed Date:** January 12, 2016

**What do you like best about Redis Software?**

I love the simple setup and the sane defaults offered by redis.

**What do you dislike about Redis Software?**

I wish there were pre-built binaries available for popular Linux distros instead of me downloading and compiling from source.

**Recommendations to others considering Redis Software:**

Go for it. Redis is something you won't regret. 

**What problems is Redis Software solving and how is that benefiting you?**

Session Caching.

  ### 5. A good nosql solution

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Gambling & Casinos | Mid-Market (51-1000 emp.)

**Reviewed Date:** January 27, 2016

**What do you like best about Redis Software?**

Redis is a good solution if you are searching for something different of SQL structure. 
It can be used in different ways depending on the needs, we have used mainly as a cache exploiting its speed of interrogation by key-value.

**What do you dislike about Redis Software?**

As for the use that I did, just some initial difficulties in being able to interpret, understand and use correctly the query language by Key

**What problems is Redis Software solving and how is that benefiting you?**

Some queries to the relational database have been optimized thanks to the aid of the memory in the cache, thus avoiding to make an excessive number of calls to the DB and thus lowering the work load on SQL servers.

  ### 6. DB Action needs redis

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Enterprise (> 1000 emp.)

**Reviewed Date:** December 30, 2015

**What do you like best about Redis Software?**

For rapidly changing data with a foreseeable database size (should fit mostly in memory).
Disk-backed in-memory database,
Master-slave replication, automatic failover
Simple values or data structures by keys

**What do you dislike about Redis Software?**

Data set size limited to computer RAM (but can span multiple machines' RAM with clustering)
Complex operations like ZREVRANGEBYSCORE.
Bit operations (for example to implement bloom filters)

**Recommendations to others considering Redis Software:**

Give redis a try

**What problems is Redis Software solving and how is that benefiting you?**

To store real-time stock prices. Real-time analytics. Leaderboards. Real-time communication. And wherever you used memcached before.
Has sets (also union/diff/inter)
Has lists (also a queue; blocking pop)
Has hashes (objects of multiple fields)
Sorted sets (high score table, good for range queries)
Lua scripting capabilities (!)
Has transactions (!)
Values can be set to expire (as in a cache)
Pub/Sub lets one implement messaging

  ### 7. Redis - essential for high scalability.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Dimitar M. | Game Developer, Computer Games, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 12, 2016

**What do you like best about Redis Software?**

I absolutely love the speed of Redis. I like Redis's high level operations and features. Its easy to setup and deploy.

**What do you dislike about Redis Software?**

The clusterization could be better. It's kinda naive with no master/master replication and monitoring. It's important for me. I hope it gets better.

**Recommendations to others considering Redis Software:**

Always use latest version and stick with proven concepts. 

**What problems is Redis Software solving and how is that benefiting you?**

The problem that we solved with Redis was synchronising websocket communication between several nodes using pub/sub. It's easy to setup and works great.

  ### 8. Redis is easy to use

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Education Management | Mid-Market (51-1000 emp.)

**Reviewed Date:** January 18, 2016

**What do you like best about Redis Software?**

It is simple cache-storage software and easy to use. I have no problems incorporating it into any of my projects.

**What do you dislike about Redis Software?**

That it isn't easy to setup and use on Windows (compared to a *nix) environment.

**What problems is Redis Software solving and how is that benefiting you?**

I am using Redis to store cache information - such as commonly referenced language values, user profile information, and any other data that needs to be access very quickly.

  ### 9. Redis for realtime xml flight data management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Brad K. | Principal Software Engineer, Aviation & Aerospace, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 20, 2015

**What do you like best about Redis Software?**

Fast, easy to set up. Did I say fast ? Redis met all of our expectations for managing constant stream of flight data in XML, with very frequent object updates. Using Java, the Jedis library was easy to use and intuitive once I had my head around the Redis command language. Redis has great client support across multiple languages as well. The expiration feature is also crucial for our application. Most other databases you would need to create a background task to look for items that need to be garbage collected. With Redis you can set an expiration and it will remove it for you, unless you touch the item again and reset the expiration.

**What do you dislike about Redis Software?**

No way to really build a "table" (list of hashes) without Lua scripting. This is a capability where you really have to build your own lists, then have those list elements point to a separate hash object to achieve this.

**What problems is Redis Software solving and how is that benefiting you?**

Realtime flight data storage in XML. Use of sets for access control lists.

  ### 10. Redis is fast and simple

**Rating:** 4.5/5.0 stars

**Reviewed by:** Caio C. | Engenheiro de software, Telecommunications, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 12, 2016

**What do you like best about Redis Software?**

I like how easy is to setup and maintain. Also that is very fast.

**What do you dislike about Redis Software?**

Some commands names are difficult to understand and its hard to know what they do in an intuitive way.

**Recommendations to others considering Redis Software:**

If you need a fast and simple to handle database to use its the right pick.

**What problems is Redis Software solving and how is that benefiting you?**

I need to develop an application that required a nosql and real time performance.

  ### 11. Redis

**Rating:** 4.0/5.0 stars

**Reviewed by:** Dan B. | Techranger / Web Developer, Higher Education, Enterprise (> 1000 emp.)

**Reviewed Date:** January 15, 2016

**What do you like best about Redis Software?**

Lots of different languages bindings, so you're able to use redis in every language. The install was very quick and it was easy jump into. 

**What do you dislike about Redis Software?**

I didn't find anything I disliked, I only scratched the surface and didn't touch any of the more controversial features. 

**What problems is Redis Software solving and how is that benefiting you?**

I needed a simple key-value store and redis was able to fulfill everything I wanted.

  ### 12. Solid product with some limitations 

**Rating:** 4.0/5.0 stars

**Reviewed by:** b h. | Solutions Architect, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 16, 2015

**What do you like best about Redis Software?**

Small feature set, predictable performance, auto-expiry of data, very fast, very simple text based protocol, simple administration, easy to understand where your data is and what's happening to it. 

**What do you dislike about Redis Software?**

I can't say I was enormously pleased when they introduced Lua scripting. The main selling point of the data store was it's simplicity and predictable performance. It would have been preferable that a couple more commands be implemented in C rather than bring stored procedures into the mix. That choice was probably based more on product development than customer need, and again the main attraction was the premise of simplicity. In fairness, it's been a couple of years since I last used it in production so perhaps it's worked out really well since then.

**Recommendations to others considering Redis Software:**

Why not give it a try? It's simple enough that you can get it running in 10 minutes. The basic commands don't take a lot longer to master, and there's some advanced stuff you can do later. I would consider it ideal for transient data storage. 

**What problems is Redis Software solving and how is that benefiting you?**

I've used it for auto-expiring caches, it's great for that particular use-case. Can also be used as a convenient buffer for batch processes. I wouldn't put anything into Redis that I couldn't afford to lose, I guess it's more like memcached in that respect.

  ### 13. Redis is the "must known" tool for backend developers.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Roman K. | Small-Business (50 or fewer emp.)

**Reviewed Date:** January 15, 2016

**What do you like best about Redis Software?**

- Redis is open source
- Speed of work
- Publish/Subscribe messaging paradigm support

**What do you dislike about Redis Software?**

The Redis does not officially support Windows. I believe that redis should be easily installed on all popular OS.

**What problems is Redis Software solving and how is that benefiting you?**

I'm use redis in my web-based projects as a session and cache system. The main benefits is speed and easy development.

  ### 14. Awesome

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Internet | Enterprise (> 1000 emp.)

**Reviewed Date:** January 15, 2016

**What do you like best about Redis Software?**

Free
Opensource
Simple to use
Very performant (it's written in C)
Supports lots of data structures and commands (for a simple KV store)
Great client support

**What do you dislike about Redis Software?**

Cluster support took to much time to be released
Better/more stable cluster support (better admin tools for creating/managing a cluster)


**What problems is Redis Software solving and how is that benefiting you?**

Mostly data storage.

  ### 15. Use to build the cache bachground is very quickly and conveniently

**Rating:** 4.0/5.0 stars

**Reviewed by:** Jack L. | 软件研发工程师, Enterprise (> 1000 emp.)

**Reviewed Date:** January 20, 2016

**What do you like best about Redis Software?**

Favorite redis running speed and operating convenience, I can quickly build a background application. Especially with redis caching function when, redis can satisfy demand.

**What do you dislike about Redis Software?**

redis data persistence and is not easy, redis need to provide a more convenient way to secure data persistence.

**What problems is Redis Software solving and how is that benefiting you?**

caching

  ### 16. Advanced memcached

**Rating:** 4.5/5.0 stars

**Reviewed by:** Никита . | Технический директор, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 15, 2016

**What do you like best about Redis Software?**

Easy to setup, great docs, simple protocol. Last commit 12 hours ago :-)

**What do you dislike about Redis Software?**

Did not see any real word clustering cases in web, caveats etc.

**What problems is Redis Software solving and how is that benefiting you?**

Use it for caching instead of memcached and for storing "not so important" data. For example 404 pages logging with counters.

  ### 17. Used as a cache between DB and application

**Rating:** 4.5/5.0 stars

**Reviewed by:** Prashanth G S. | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 25, 2015

**What do you like best about Redis Software?**

The data structure in Redis are very helpful. The set operations helped in efficiently organizing the data and less operation needed from our end. We maintained all the Database relationship in Redis for faster access. 

**What do you dislike about Redis Software?**

No operation on the keys can be performed. Like sorting list based on key. There is a work around, which didn't perfectly fit well

**Recommendations to others considering Redis Software:**

Easily to use. Can build a prototype in a week(depends on what you want to do). Highly recommend to use

**What problems is Redis Software solving and how is that benefiting you?**

The main problem was to make the client as light as possible. Fetching data from DB was really slow for our flask application. So we thought Redis was the way to go. Where all the data are cached with drastically reduced the REST response time.

  ### 18. Scalability.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Internet | Mid-Market (51-1000 emp.)

**Reviewed Date:** January 12, 2016

**What do you like best about Redis Software?**

We work with Redis in most of our projects and this tool is awesome. It helps us to scale our services and apps easily. It is simple and effective!  

**What do you dislike about Redis Software?**

Sometimes your simple API is not enough. I think there are some things to improve there.

**What problems is Redis Software solving and how is that benefiting you?**

We are one of the greatest media company in Brazil and we need to provide scalable systems. Redis turn our architecture simpler.

  ### 19. middle level of using experience with Redis in application backend

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Internet | Enterprise (> 1000 emp.)

**Reviewed Date:** July 18, 2015

**What do you like best about Redis Software?**

1, great performance metric in the perspective of both capacity and latency
2, reliable in production environment
3, simplicity of utilization with good documentation, community, ecosystem and comprehensive data structure  

**What do you dislike about Redis Software?**

getting bigger and bigger, like clustering in the new version, i personally believe simplification is almost always the key of successful.

redis is probably the best in cache. It looks like redis wants to really scale out with cluster, integration or following the way of Cassandra with tunable ability between C and A, leave this choice to the application/users. 

**Recommendations to others considering Redis Software:**

Good to use for most of business if you use it in a reasonable way. But do not abuse it, it cannot solve all the problems unless you design the system very carefully in the very beginning, especially in large scale critical business problem, which is always hard to solve anyway.

**What problems is Redis Software solving and how is that benefiting you?**

Documentation indexing and serving.
In multiple region case. it is getting to expensive to use.

  ### 20. Redis provides an easy to use, scalable key-value store.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** January 13, 2016

**What do you like best about Redis Software?**

I like the ease of use that redis provides. Not only that, but it isn't limited by language so that it can be used in ruby, python, c, or any number of other languages.

**What do you dislike about Redis Software?**

It does take a lot of space to store the empty string, so there are some parts to be wary of.

**What problems is Redis Software solving and how is that benefiting you?**

Scaling. Redis makes scaling easy

  ### 21. Redis for Sidekiq and caching

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Internet | Enterprise (> 1000 emp.)

**Reviewed Date:** January 16, 2016

**What do you like best about Redis Software?**

Redis is extremely fast to set up, easy to use, and acts as a great light-weight key-value store.

**What do you dislike about Redis Software?**

It's extremely annoying that Redis does not support SSL by default. 

**Recommendations to others considering Redis Software:**

You'll need to setup stunnel for it.

**What problems is Redis Software solving and how is that benefiting you?**

We primarily use Redis for caching and as a queue for background jobs. 

  ### 22. Great experience with Redis

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 22, 2015

**What do you like best about Redis Software?**

Super fast response times (main purpose of redis)

**What do you dislike about Redis Software?**

Data is stored in memory (needed for the quick retrieval of the data). This is generally not an issue, however very large datasets (> 250 GB) can't be fully stored in the memory and redis might not the best option for very large sets.

**What problems is Redis Software solving and how is that benefiting you?**

Fast retrieval of product recommendations. Normal SQL requests take too long with larger datasets. Redis requires that the data is organized differently, but the extra work upfront pays off with every data request. 

  ### 23. Website cache

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Gambling & Casinos | Mid-Market (51-1000 emp.)

**Reviewed Date:** January 20, 2016

**What do you like best about Redis Software?**

easy to use, fast and reliable. perfect for high availability

**What do you dislike about Redis Software?**

some problems during installation, nothing important but it should be easier. ok for data manipulation but i think not so fast for that

**What problems is Redis Software solving and how is that benefiting you?**

we've boosted cache performance in a business website using redis

  ### 24. Developer

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in E-Learning | Small-Business (50 or fewer emp.)

**Reviewed Date:** January 15, 2016

**What do you like best about Redis Software?**

Good to get data in real time, easy to use, easy to scale.

**What do you dislike about Redis Software?**

Sometimes the syntax is a bit limitating.

**Recommendations to others considering Redis Software:**

Give it a go, it's very easy to get started.

**What problems is Redis Software solving and how is that benefiting you?**

Getting users data in real time. I was impressed by the low latency.

  ### 25. Excelente to use with cache database

**Rating:** 4.5/5.0 stars

**Reviewed by:** Felipe L. | Software Architect, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 02, 2015

**What do you like best about Redis Software?**

Simple to use, you can use together AWS Elastic Cache, pretty easy to use.

**What do you dislike about Redis Software?**

Doesn't has good tool to management data, but exists. I usually use implementation in nodejs called "Redis Commander".

**Recommendations to others considering Redis Software:**

Sure, is better than memcached, so much fast and new.

**What problems is Redis Software solving and how is that benefiting you?**

I use in my main app, in-memory cache (AWS elastic cache - Redis), it is so fast, I like so much.

  ### 26. Redis, an underrated database that is really good

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Higher Education | Enterprise (> 1000 emp.)

**Reviewed Date:** April 19, 2015

**What do you like best about Redis Software?**

It's an in-memory database and is very fast. Its operation is not very complex and it has APIs for multiple languages. Therefore people need not be language-bound for better performance. It also has counters and lists to which data can be added atomically.

**What do you dislike about Redis Software?**

The way Redis operates is by having all the data being handled, in-memory. It cannot persist partial data in memory and the rest on disk. While disk has been getting cheaper, memory is still quite expensive. So that makes using Redis quite expensive.

**Recommendations to others considering Redis Software:**

If you want a key-value store for data which is not huge, Redis can be very helpful, because it stores all the data it's operating on in memory. However, for Big Data, I would recommend HBase or Cassandra because they have been built to handle such a scale.

**What problems is Redis Software solving and how is that benefiting you?**

We needed to store information such that it can read, modified and stored again. While the MySQL blob data type can be used for a similar purpose, Redis is a lot faster for such a use case.

  ### 27. Amazed by the response time and works great for applications that need high read and write access.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Internet | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 23, 2015

**What do you like best about Redis Software?**

As mentioned in the title, Redis is fast and accurate. This makes certain tasks easier since most of the times, we don't have to rely on data stored on disk. 

**What do you dislike about Redis Software?**

To be honest, I didn't use Redis for considerable amount of time to nit pick anything. All in all, I liked it as it was.

**Recommendations to others considering Redis Software:**

Improvements on documentation would certainly help.

**What problems is Redis Software solving and how is that benefiting you?**

So we wanted to store the customer profile information and we didn't wanted to use relational databases since it becomes too complicated to use. In essence to Redis, it is very easy to change the structure and I don't have to write big queries to fetch customer related information.

  ### 28. Redis simple review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Levi D. | iOS/Unity/Backend Developer, Computer Games, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 15, 2015

**What do you like best about Redis Software?**

Speed of the database. I also really like the documentation on the redis website, it made it easy to learn.

**What do you dislike about Redis Software?**

The learning curve, it was very different than other traditional databases. You could also put this in the like column, as I liked the challenge.

**Recommendations to others considering Redis Software:**

Get to know the redis.io website, it's your best friend

**What problems is Redis Software solving and how is that benefiting you?**

Leaderboards were the main use for redis in this instance, and it was amazingly fast compared to other traditional databases.

  ### 29. Redis: the backbone of multi-process communication

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 21, 2015

**What do you like best about Redis Software?**

Whether you need a producer-consumer implementation that scales to thousands of machines or an application monitoring and servicing protocol, Redis is one of the best tools out there.

**What do you dislike about Redis Software?**

It took the community a long time to deliver Redis Cluster and, as of this writing, it is a brand new implementation that has yet to be battle hardened.

**What problems is Redis Software solving and how is that benefiting you?**

Redis is great for solving the business problem of enabling web-scale and easy maintainability while using the most popular web-development languages and platforms. The former is required to deliver value to customers while the latter is required to attract top talent.

  ### 30. Easy to use key / value store

**Rating:** 5.0/5.0 stars

**Reviewed by:** Geremy C. | Director of Client-side Engineering and Support, Internet, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 16, 2015

**What do you like best about Redis Software?**

Very easy to install, setup, and get to hello world with.

**What do you dislike about Redis Software?**

Like many things, the basic setup and use case is easy, but to do HA, scaling, it takes a lot of knowledge of the system.

**What problems is Redis Software solving and how is that benefiting you?**

I have used it as a high-speed cache for Ruby for web applications, caching ERBs, as well as full views.

  ### 31. Blazing fast, scales well

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 17, 2015

**What do you like best about Redis Software?**

* Simple to use API
* Wide range of command (list, set, sorted set, hash etc)
* Blazing fast
* Very scalable


**What do you dislike about Redis Software?**

Clustering was not straight forward, but redis 3.0 solves this

**Recommendations to others considering Redis Software:**

Get a lot of ram.


**What problems is Redis Software solving and how is that benefiting you?**

1. While redis as a cache like memcache, it offers a lot of advantages with its advanced data structures, which make appending data easier. Also getting partial data out of the cache is possible (using range).
2. Using redis as a database has enabled very high write through puts.


  ### 32. Using as a project database. Good enough

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 14, 2015

**What do you like best about Redis Software?**

open source, good integration, fast and convenient

**What do you dislike about Redis Software?**

not too much, maybe not enough tutorials when I try to look more deeper in it, 

**What problems is Redis Software solving and how is that benefiting you?**

really easy to start using, pretty straight forward and easy to use,
I used Redis to build a course project relate to auto-web-crowler

  ### 33. works great depending on use case

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** July 17, 2015

**What do you like best about Redis Software?**

simple and easy to use. support is great and documentation is good 

**What do you dislike about Redis Software?**

small feature set. they need to expand the tools and feature set. 

**What problems is Redis Software solving and how is that benefiting you?**

semi persistent data. 

  ### 34. How to have a fast key value datastore for your app

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 17, 2015

**What do you like best about Redis Software?**

Speed, easy of config and management of the caches

**What do you dislike about Redis Software?**

Not easy in clustering option and some options needed more research

**What problems is Redis Software solving and how is that benefiting you?**

Gambling company. Caching


## Redis Software Discussions
  - [Is there any way to store JSON by not converting into string](https://www.g2.com/discussions/is-there-any-way-to-store-json-by-not-converting-into-string) - 1 comment, 1 upvote
  - [What is Redis used for?](https://www.g2.com/discussions/what-is-redis-used-for) - 1 comment

- [View Redis Software pricing details and edition comparison](https://www.g2.com/products/redis-software/reviews?page=3&section=pricing&secure%5Bexpires_at%5D=2026-07-16+00%3A19%3A43+-0500&secure%5Bsession_id%5D=57694c47-9d9c-464a-88eb-14e0eb6929c7&secure%5Btoken%5D=5b3da0ae173664d27d1972b412e70663add7d307ded67ea70b9ebb7ba4252756&format=llm_user)
## Redis Software Integrations
  - [LangChain](https://www.g2.com/products/langchain-langchain/reviews)
  - [Python](https://www.g2.com/products/python/reviews)

## Redis Software Features
**Data Management**
- Data Model
- Data Types

**Data Management**
- Data Model
- Data Types
- Built - In Search
- Event Triggers

**Data Management**
- Data Model
- Data Types
- Built - In Search
- Event Triggers
- Query Language

**Retrieval intelligence - AI Search & Retrieval Infrastructure Platforms**
- Advanced relevance tuning
- Query understanding & expansion
- Multistage retrieval & re-ranking
- Context-aware & personalized search

**Availability**
- Auto Sharding
- Auto Recovery
- Data Replication

**Availability**
- Auto Sharding
- Auto Recovery
- Data Replication

**Availability**
- Auto Sharding
- Auto Recovery

**Embedding & model management - AI Search & Retrieval Infrastructure Platforms**
- Embedding versioning & lifecycle management
- Multimodal search support
- Pluggable embedding & LLM providers

**Performance **
- Integrated Cache

**Performance**
- Query Optimization

**Performance**
- Query Optimization

**LLM retrieval & RAG optimization - AI Search & Retrieval Infrastructure Platforms**
- Retrieval pipeline orchestration
- LLM-aware retrieval optimization
- Hybrid retrieval strategy optimization

**Security**
- Role-Based Authorization
- Audit Logs
- Encryption

**Security**
- Role-Based Authorization
- Authentication
- Audit Logs
- Encryption

**Security**
- Role-Based Authorization
- Authentication
- Audit Logs
- Encryption

**Data Enrichment & Index Intelligence - AI Search & Retrieval Infrastructure Platforms**
- Incremental & streaming index updates
- Built-in data enrichment

**Support**
- Operating Systems

**Support**
- Multi-Model
- Operating Systems
- BI Connectors

**Support**
- Multi-Model
- BI Connectors
- Operating Systems

**Security & governance - AI Search & Retrieval Infrastructure Platforms**
- Fine-grained access controls
- Data residency & retention policies
- Audit logs & retrieval traceability

**Operations, observability & reliability - AI Search & Retrieval Infrastructure Platforms**
- Search analytics & relevance debugging
- High availability & disaster recovery

**Database Features**
- Storage
- Availability
- Stability
- Scalability
- Security
- Data Manipulation
- Query Language

## Top Redis Software Alternatives
  - [Arango](https://www.g2.com/products/arango/reviews) - 4.6/5.0 (115 reviews)
  - [Aerospike](https://www.g2.com/products/aerospike/reviews) - 4.4/5.0 (80 reviews)
  - [Azure Cosmos DB](https://www.g2.com/products/azure-cosmos-db/reviews) - 4.2/5.0 (59 reviews)

