Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Cassandra
Score 9.0 out of 10
N/A
Cassandra is a no-SQL database from Apache.N/A
Redis Cloud
Score 10.0 out of 10
N/A
Redis Labs in Mountain View, California offers Redis Enterperise Cloud, available on AWS, Microsoft Azure, and Google Cloud, delivered as a service and boasting maximal uptime, easy migration with on-prem deployments of Redis, designed to enable users to run any query, simple or complex, at sub-millisecond performance at virtually infinite scale without worrying about operational complexity or service availability. *Redis is a trademark of Redis Ltd. Any rights therein are reserved to Redis…N/A
Redis Software
Score 9.1 out of 10
N/A
Redis is an open source in-memory data structure server and NoSQL database.N/A
Pricing
Apache CassandraRedis CloudRedis Software
Editions & Modules
No answers on this topic
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
CassandraRedis CloudRedis Software
Free Trial
NoYesYes
Free/Freemium Version
NoYesYes
Premium Consulting/Integration Services
NoYesYes
Entry-level Setup FeeNo setup feeNo setup feeOptional
Additional Details
More Pricing Information
Community Pulse
Apache CassandraRedis CloudRedis Software
Considered Multiple Products
Cassandra
Chose Apache Cassandra
Against HBase, writes were faster. Reads not so much. Also ability to store in other formats would be good (such as objects). Compared to aerospike, does not compare. Aerospike blows it out of water.
Chose Apache Cassandra

These are the features which makes Cassandra different from others:

  • Cassandra is a distributed datastore, with a built-in coordinator. This means that requests are intelligently forwarded to the correct node.
  • It is generally very fast, and especially shines with write heavy …
Redis Cloud
Chose Redis Cloud
I've used Heroku Redis and RedisToGo. Redis Cloud has the best free/developer plan, and we have never had an issue.
Redis Software
Chose Redis Software
  • Redis vs. Aerospike ... Aerospike is way BETTER. But very expensive.
  • Between Redis and MemCacheD, Redis outright is better than it.
  • Couchbase is better than Redis, but CouchB is expensive
Chose Redis Software
Redis was initially in the list of competitors like Aerospike, Cassandra, MongoDB.The major point that outset all others is that it provides a number of read and writes to the database that no one can match. Another major factor is Redis really knows the basic components that …
Features
Apache CassandraRedis CloudRedis Software
NoSQL Databases
Comparison of NoSQL Databases features of Product A and Product B
Apache Cassandra
8.0
5 Ratings
11% below category average
Redis Cloud
-
Ratings
Redis Software
8.6
70 Ratings
3% below category average
Performance8.55 Ratings00 Ratings9.070 Ratings
Availability8.85 Ratings00 Ratings7.070 Ratings
Concurrency7.65 Ratings00 Ratings9.069 Ratings
Security8.05 Ratings00 Ratings8.064 Ratings
Scalability9.55 Ratings00 Ratings9.070 Ratings
Data model flexibility6.75 Ratings00 Ratings9.063 Ratings
Deployment model flexibility7.05 Ratings00 Ratings9.063 Ratings
Database-as-a-Service
Comparison of Database-as-a-Service features of Product A and Product B
Apache Cassandra
-
Ratings
Redis Cloud
8.5
1 Ratings
0% above category average
Redis Software
-
Ratings
Automatic software patching00 Ratings9.01 Ratings00 Ratings
Database scalability00 Ratings9.01 Ratings00 Ratings
Automated backups00 Ratings8.01 Ratings00 Ratings
Database security provisions00 Ratings8.01 Ratings00 Ratings
Monitoring and metrics00 Ratings8.01 Ratings00 Ratings
Automatic host deployment00 Ratings9.01 Ratings00 Ratings
Best Alternatives
Apache CassandraRedis CloudRedis Software
Small Businesses
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
Medium-sized Companies
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
Enterprises
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
Apache CassandraRedis CloudRedis Software
Likelihood to Recommend
6.0
(16 ratings)
8.0
(2 ratings)
8.0
(76 ratings)
Likelihood to Renew
8.6
(16 ratings)
-
(0 ratings)
8.7
(12 ratings)
Usability
7.0
(1 ratings)
-
(0 ratings)
9.0
(6 ratings)
Support Rating
7.0
(1 ratings)
-
(0 ratings)
8.7
(5 ratings)
Implementation Rating
7.0
(1 ratings)
-
(0 ratings)
7.3
(1 ratings)
User Testimonials
Apache CassandraRedis CloudRedis Software
Likelihood to Recommend
Apache
Apache Cassandra is a NoSQL database and well suited where you need highly available, linearly scalable, tunable consistency and high performance across varying workloads. It has worked well for our use cases, and I shared my experiences to use it effectively at the last Cassandra summit! http://bit.ly/1Ok56TK It is a NoSQL database, finally you can tune it to be strongly consistent and successfully use it as such. However those are not usual patterns, as you negotiate on latency. It works well if you require that. If your use case needs strongly consistent environments with semantics of a relational database or if the use case needs a data warehouse, or if you need NoSQL with ACID transactions, Apache Cassandra may not be the optimum choice.
Read full review
Redis
Redis Cloud is very well suited for scenarios where fast data access is required or somewhat unstructured data needs to be stored. For us, it has worked very well for user session storage. However, if you have large amounts of structured data that is not frequently accessed, Redis is not the solution and a traditional relational database is likely more appropriate.
Read full review
Redis
Redis has been a great investment for our organization as we needed a solution for high speed data caching. The ramp up and integration was quite easy. Redis handles automatic failover internally, so no crashes provides high availability. On the fly scaling scale to more/less cores and memory as and when needed.
Read full review
Pros
Apache
  • Continuous availability: as a fully distributed database (no master nodes), we can update nodes with rolling restarts and accommodate minor outages without impacting our customer services.
  • Linear scalability: for every unit of compute that you add, you get an equivalent unit of capacity. The same application can scale from a single developer's laptop to a web-scale service with billions of rows in a table.
  • Amazing performance: if you design your data model correctly, bearing in mind the queries you need to answer, you can get answers in milliseconds.
  • Time-series data: Cassandra excels at recording, processing, and retrieving time-series data. It's a simple matter to version everything and simply record what happens, rather than going back and editing things. Then, you can compute things from the recorded history.
Read full review
Redis
  • Ease of setup and deployment via Heroku
  • Reliability and splicity
  • Fair pricing
Read full review
Redis
  • Easy for developers to understand. Unlike Riak, which I've used in the past, it's fast without having to worry about eventual consistency.
  • Reliable. With a proper multi-node configuration, it can handle failover instantly.
  • Configurable. We primarily still use Memcache for caching but one of the teams uses Redis for both long-term storage and temporary expiry keys without taking on another external dependency.
  • Fast. We process tens of thousands of RPS and it doesn't skip a beat.
Read full review
Cons
Apache
  • Cassandra runs on the JVM and therefor may require a lot of GC tuning for read/write intensive applications.
  • Requires manual periodic maintenance - for example it is recommended to run a cleanup on a regular basis.
  • There are a lot of knobs and buttons to configure the system. For many cases the default configuration will be sufficient, but if its not - you will need significant ramp up on the inner workings of Cassandra in order to effectively tune it.
Read full review
Redis
  • The only area of improvement I have found is the documentation is sometimes lacking and could be a little more comprehensive.
Read full review
Redis
  • We had some difficulty scaling Redis without it becoming prohibitively expensive.
  • Redis has very simple search capabilities, which means its not suitable for all use cases.
  • Redis doesn't have good native support for storing data in object form and many libraries built over it return data as a string, meaning you need build your own serialization layer over it.
Read full review
Likelihood to Renew
Apache
I would recommend Cassandra DB to those who know their use case very well, as well as know how they are going to store and retrieve data. If you need a guarantee in data storage and retrieval, and a DB that can be linearly grown by adding nodes across availability zones and regions, then this is the database you should choose.
Read full review
Redis
No answers on this topic
Redis
We will definitely continue using Redis because: 1. It is free and open source. 2. We already use it in so many applications, it will be hard for us to let go. 3. There isn't another competitive product that we know of that gives a better performance. 4. We never had any major issues with Redis, so no point turning our backs.
Read full review
Usability
Apache
It’s great tool but it can be complicated when it comes administration and maintenance.
Read full review
Redis
No answers on this topic
Redis
It is quite simple to set up for the purpose of managing user sessions in the backend. It can be easily integrated with other products or technologies, such as Spring in Java. If you need to actually display the data stored in Redis in your application this is a bit difficult to understand initially but is possible.
Read full review
Support Rating
Apache
Sometimes instead giving straight answer, we ‘re getting transfered to talk professional service.
Read full review
Redis
No answers on this topic
Redis
The support team has always been excellent in handling our mostly questions, rarely problems. They are responsive, find the solution and get us moving forward again. I have never had to escalate a case with them. They have always solved our problems in a very timely manner. I highly commend the support team.
Read full review
Implementation Rating
Apache
No answers on this topic
Redis
No answers on this topic
Redis
Whitelisting of the AWS lambda functions.
Read full review
Alternatives Considered
Apache
We evaluated MongoDB also, but don't like the single point failure possibility. The HBase coupled us too tightly to the Hadoop world while we prefer more technical flexibility. Also HBase is designed for "cold"/old historical data lake use cases and is not typically used for web and mobile applications due to its performance concern. Cassandra, by contrast, offers the availability and performance necessary for developing highly available applications. Furthermore, the Hadoop technology stack is typically deployed in a single location, while in the big international enterprise context, we demand the feasibility for deployment across countries and continents, hence finally we are favor of Cassandra
Read full review
Redis
I've used Heroku Redis and RedisToGo. Redis Cloud has the best free/developer plan, and we have never had an issue.
Read full review
Redis
We are big users of MySQL and PostgreSQL. We were looking at replacing our aging web page caching technology and found that we could do it in SQL, but there was a NoSQL movement happening at the time. We dabbled a bit in the NoSQL scene just to get an idea of what it was about and whether it was for us. We tried a bunch, but I can only seem to remember Mongo and Couch. Mongo had big issues early on that drove us to Redis and we couldn't quite figure out how to deploy couch.
Read full review
Return on Investment
Apache
  • I have no experience with this but from the blogs and news what I believe is that in businesses where there is high demand for scalability, Cassandra is a good choice to go for.
  • Since it works on CQL, it is quite familiar with SQL in understanding therefore it does not prevent a new employee to start in learning and having the Cassandra experience at an industrial level.
Read full review
Redis
  • Redis Cloud is very affordable and therefore the cost is negligible when compared to the benefits— immediate ROI with very little startup costs.
Read full review
Redis
  • Redis has helped us increase our throughput and server data to a growing amount of traffic while keeping our app fast. We couldn't have grown without the ability to easily cache data that Redis provides.
  • Redis has helped us decrease the load on our database. By being able to scale up and cache important data, we reduce the load on our database reducing costs and infra issues.
  • Running a Redis node on something like AWS can be costly, but it is often a requirement for scaling a company. If you need data quickly and your business is already a positive ROI, Redis is worth the investment.
Read full review
ScreenShots

Redis Software Screenshots

Screenshot of Database configurationScreenshot of Database metricsScreenshot of DatabasesScreenshot of NodesScreenshot of Alerts