---
description: Review of Redis Enterprise Software: system overview, features, price and cost information. Get free demos and compare to similar programs.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/software_advice/og_logo-55146305bbe7b450bea05c18e9be9c9a.png
title: Redis Enterprise | Reviews, Pricing & Demos - SoftwareAdvice AU
---

Breadcrumb: [Home](/) > [NoSQL Databases Software](/directory/4649/nosqul-databases/software) > [Redis Enterprise](/software/118299/redis-enterprise)

# Redis Enterprise

Canonical: https://www.softwareadvice.com.au/software/118299/redis-enterprise

Page: 1 / 4\
Next: [Next page](https://www.softwareadvice.com.au/software/118299/redis-enterprise?page=2)

> Redis Enterprise is a cloud-based and on-premise database management software that helps businesses handle operations related to automatic failover management, data processing, caching, data persistence, and more on a centralized platform. It enables staff members to manage in-memory replication, periodic data backups, and auto-cluster recovery processes.&#10;&#10;Redis Enterprise allows supervisors to explore several data-structures or data-models, analyze memory usage, and monitor commands in real-time. It provides local read and write latency across multiple clouds and geographical locations and failovers between regions, clouds, and hybrid deployments. The platform is built with JSON, Streams, TimeSeries, Graph and BloomFilter, providing employees with extensive indexing and search capabilities. It also lets team members manage auto-scaling, re-sharding, and rebalancing operations from within a unified portal.&#10;&#10;Redis Enterprise offers an API, which lets businesses integrate the platform with several third-party solutions. Administrators can set up role-based access rights, maintain system logs, configure SSL-based authentication, and generate usage reports to ensure a secure user experience.
> 
> Verdict: Rated **4.8/5** by 65 users. Top-rated for **Likelihood to recommend**.

-----

## Quick Stats & Ratings

| Metric | Rating | Detail |
| **Overall** | **4.8/5** | 65 Reviews |
| Ease of Use | 4.6/5 | Based on overall reviews |
| Customer Support | 4.5/5 | Based on overall reviews |
| Value for Money | 4.3/5 | Based on overall reviews |
| Features | 4.6/5 | Based on overall reviews |
| Recommendation percentage | 90% | (9/10 Likelihood to recommend) |

## About the vendor

- **Company**: Redis
- **Founded**: 2011

## Commercial Context

- **Starting Price**: USD 7.00
- **Pricing model**: Usage Based (Free version available) (Free Trial)
- **Pricing Details**: Redis Enterprise Cloud offers a 30MB free tier and subsequent pricing is based on throughput and dataset requirements, outlined below. &#10;Essentials: Starting at $5/month (100MB and 4 datasets)&#10;Pro (High Throughput): Starting at $1.94/hour (100k ops/sec, 10GB and 64 databases)&#10;Pro (Large Datasets): Starting at $2.92/hour (50k ops/sec, 50GB and 32 datasets)&#10;Pro (Very Large Datasets): Starting at $4.12/hour (10k ops/sec, 200GB and 2 datasets)&#10;&#10;Redis Enterprise Software (on-premise) offers a 30 days free trial and further pricing information is available on request.
- **Target Audience**: 2–10, 11–50, 51–200, 201–500, 501–1,000, 1,001–5,000, 5,001–10,000, 10,000+
- **Deployment & Platforms**: Cloud, SaaS, Web-based, Mac (Desktop), Windows (Desktop), Windows (On-Premise), Linux (On-Premise)
- **Supported Languages**: English
- **Available Countries**: United States

## Features

- API
- Access Controls/Permissions
- Authentication
- Automatic Backup
- Backup and Recovery
- Data Dictionary Management
- Data Integration
- Data Migration
- Data Replication
- Data Retrieval
- Data Storage Management
- Data Synchronization
- Data Virtualization
- Database Conversion
- For NoSQL Databases
- Graph Database
- Indexing
- Mobile Access
- Monitoring
- Multiple Programming Languages Supported

## Support Options

- Email/Help Desk
- FAQs/Forum
- Knowledge Base
- Phone Support
- 24/7 (Live rep)

## Category

- [NoSQL Databases Software](https://www.softwareadvice.com.au/directory/4649/nosqul-databases/software)

## Related Categories

- [NoSQL Databases Software](https://www.softwareadvice.com.au/directory/4649/nosqul-databases/software)
- [DevOps Tools](https://www.softwareadvice.com.au/directory/4380/devops/software)
- [Data Management Software](https://www.softwareadvice.com.au/directory/4230/data-management/software)
- [Database Software](https://www.softwareadvice.com.au/directory/4512/database-management-systems/software)
- [Data Management Software](https://www.softwareadvice.com.au/directory/4650/data-management-platforms/software)

## Alternatives

1. [Microsoft SQL Server](https://www.softwareadvice.com.au/software/399511/microsoft-sql-server) — 4.6/5 (1974 reviews)
2. [MySQL](https://www.softwareadvice.com.au/software/395969/mysql) — 4.6/5 (2094 reviews)
3. [Google Cloud](https://www.softwareadvice.com.au/software/172144/google-cloud-platform) — 4.7/5 (2262 reviews)
4. [MongoDB](https://www.softwareadvice.com.au/software/107967/mongodb) — 4.7/5 (468 reviews)
5. [Airtable](https://www.softwareadvice.com.au/software/205546/airtable) — 4.6/5 (2222 reviews)

## Reviews

### "REDIS ENTERPRISE FOR HYBRID DATASTORE" — 5.0/5

> **prakash** | *17 November 2018* | Internet | Recommendation rating: 10.0/10
> 
> **Pros**: We use redis extensively in our application.The basic factors it stands out from the crowd are&#10;1.Fast&#10;2.Reliable&#10;3.Rich set of data structures&#10;4.Easily scalable
> 
> **Cons**: Some better documentation and tutorials they can have.
> 
> We are merging the data nearly a million coming from multiple apis as a feed.We need to mesh the feed and get the results out of it.&#10;We have improved our search time 4X times faster by using redis.

-----

### "Redis is awesome" — 5.0/5

> **Verified Reviewer** | *7 January 2019* | Financial Services | Recommendation rating: 10.0/10
> 
> **Pros**: - Being a non-SQL database, it does not require any structure. Perfect for unstructured data like key-value pairs.&#10;&#10;- Redis is extremely fault tolerant. As soon as we write a record, it gets saved to the disk, without any performance issues.&#10;&#10;- Redis is very lightweight. In docker it takes less than 30MB, so it is so easy to run multiple containers in cluster without taking too much power.&#10;&#10;- Redis has a very good query API, and they are in their website each operation is clearly mentioned with its time complexity. This gives you a clear picture of performance. We didn't in fact do any performance testing because we trusted their site with all the information.&#10;&#10;- Redis has a very strong community around it. We have never found an issue for which a solution didn't exist beforehand.
> 
> **Cons**: A cluster in Redis was a little hard to understand and deploy, but this is a one time thing to learn, no worries.
> 
> Redis is a basic, but extremely fast, key-value storage. We made a decision to use Redis because our use case didn't require a full blown database. We needed something to hold the data temporarily and loss of that data wouldn't lead to any issues. Redis was perfectly fitting our use case, and since then we are a bunch of happy Redis users.

-----

### "Best in class for higher performance applications" — 4.0/5

> **Verified Reviewer** | *19 March 2025* | Information Technology & Services | Recommendation rating: 7.0/10
> 
> **Pros**: Low latency caching controlling system, the best thing is it supports all model supports like JSON, Graph, and Search, I like JSON, but other things are also added advantages.
> 
> **Cons**: Rather it has a faster approach since its memory-based large storage is quite expensive to set up not beginner-friendly needs a lot of learning beforehand.

-----

### "Perfect Database" — 5.0/5

> **Verified Reviewer** | *12 August 2021* | Telecommunications | Recommendation rating: 9.0/10
> 
> **Pros**: I like most the structure and the performances obtained during this product utilization.
> 
> **Cons**: GDPR concept has to be improved. Product updates should take place periodically depending on customer requests.
> 
> It is perfect database for messages.

-----

### "A High-Performance In-Memory Data Store" — 5.0/5

> **Verified Reviewer** | *12 January 2023* | Computer Software | Recommendation rating: 10.0/10
> 
> **Pros**: Redis is known for its high performance, making it an ideal solution for real-time data processing and, very commonly, caching. It supports multiple data structures such as strings, hashes, lists, and sets, providing flexibility for different use cases. Additionally, it includes built-in replication and persistence features, allowing for data durability and high availability. Very importantly, Redis is widely supported and has a large community of users and developers, which makes it easy to find resources and support when needed.
> 
> **Cons**: Redis does not include encryption for stored data, which can make it less secure than other data stores. While it supports multiple data structures, it is limited in the types of data it can handle, which can be an issue for certain use cases. Lastly, although Redis is open-source and can be self-hosted, most managed hosting solution tend to quickly get pricey as the storage space increases.

-----

Page: 1 / 4\
Next: [Next page](https://www.softwareadvice.com.au/software/118299/redis-enterprise?page=2)

## Links

- [View on SoftwareAdvice](https://www.softwareadvice.com.au/software/118299/redis-enterprise)

## This page is available in the following languages

| Locale | URL |
| de | <https://www.softwareadvice.de/software/118299/redis-enterprise> |
| en | <https://www.softwareadvice.com/devops/redis-enterprise-profile/> |
| en-AU | <https://www.softwareadvice.com.au/software/118299/redis-enterprise> |
| en-GB | <https://www.softwareadvice.co.uk/software/118299/redis-enterprise> |
| en-IE | <https://www.softwareadvice.ie/software/118299/redis-enterprise> |
| en-NZ | <https://www.softwareadvice.co.nz/software/118299/redis-enterprise> |
| fr | <https://www.softwareadvice.fr/software/118299/redis-enterprise> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"SoftwareAdvice Australia","address":{"@type":"PostalAddress","addressLocality":"Sydney","addressRegion":"NSW","postalCode":"2060","streetAddress":"Level 18 40 Mount Street North Sydney NSW 2060 Australia"},"description":"Software Advice helps businesses in Australia find the best software. Compare software options and learn more from our research and user reviews.","email":"info@softwareadvice.com.au","url":"https://www.softwareadvice.com.au/","logo":"https://dm-localsites-assets-prod.imgix.net/images/software_advice/logo-white-d2cfd05bdd863947d19a4d1b9567dde8.svg","@id":"https://www.softwareadvice.com.au/#organization","@type":"Organization","parentOrganization":"Gartner, Inc.","sameAs":[]},{"name":"Redis Enterprise","description":"Redis Enterprise is a cloud-based and on-premise database management software that helps businesses handle operations related to automatic failover management, data processing, caching, data persistence, and more on a centralized platform. It enables staff members to manage in-memory replication, periodic data backups, and auto-cluster recovery processes.\n\nRedis Enterprise allows supervisors to explore several data-structures or data-models, analyze memory usage, and monitor commands in real-time. It provides local read and write latency across multiple clouds and geographical locations and failovers between regions, clouds, and hybrid deployments. The platform is built with JSON, Streams, TimeSeries, Graph and BloomFilter, providing employees with extensive indexing and search capabilities. It also lets team members manage auto-scaling, re-sharding, and rebalancing operations from within a unified portal.\n\nRedis Enterprise offers an API, which lets businesses integrate the platform with several third-party solutions. Administrators can set up role-based access rights, maintain system logs, configure SSL-based authentication, and generate usage reports to ensure a secure user experience.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/9cca37c4-f7d7-4c37-8ff0-b095da73d4c8.png","url":"https://www.softwareadvice.com.au/software/118299/redis-enterprise","@id":"https://www.softwareadvice.com.au/software/118299/redis-enterprise#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.softwareadvice.com.au/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.8,"bestRating":5,"ratingCount":65},"offers":{"price":"7","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows, Windows on premise, Linux on premise"},{"@id":"https://www.softwareadvice.com.au/software/118299/redis-enterprise#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"NoSQL Databases Software","position":2,"item":"/directory/4649/nosqul-databases/software","@type":"ListItem"},{"name":"Redis Enterprise","position":3,"item":"/software/118299/redis-enterprise","@type":"ListItem"}]}]}
</script>
