
Redis 2.8 on Ubuntu
Websoft9 | Redis2.8.24.0 - Ubuntu20.04Linux/Unix, Ubuntu 20.04 - 64-bit Amazon Machine Image (AMI)
Reviews from AWS Marketplace
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews

External reviews are not included in the AWS star rating for the product.
Easy to use key / value store
What do you like best?
Very easy to install, setup, and get to hello world with.
What do you dislike?
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 are you solving with the product? What benefits have you realized?
I have used it as a high-speed cache for Ruby for web applications, caching ERBs, as well as full views.
- Leave a Comment |
- Mark review as helpful
Redis simple review
What do you like best?
Speed of the database. I also really like the documentation on the redis website, it made it easy to learn.
What do you dislike?
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.
What problems are you solving with the product? What benefits have you realized?
Leaderboards were the main use for redis in this instance, and it was amazingly fast compared to other traditional databases.
Recommendations to others considering the product:
Get to know the redis.io website, it's your best friend
Using as a project database. Good enough
What do you like best?
open source, good integration, fast and convenient
What do you dislike?
not too much, maybe not enough tutorials when I try to look more deeper in it,
What problems are you solving with the product? What benefits have you realized?
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
I used Redis to build a course project relate to auto-web-crowler
Excelente to use with cache database
What do you like best?
Simple to use, you can use together AWS Elastic Cache, pretty easy to use.
What do you dislike?
Doesn't has good tool to management data, but exists. I usually use implementation in nodejs called "Redis Commander".
What problems are you solving with the product? What benefits have you realized?
I use in my main app, in-memory cache (AWS elastic cache - Redis), it is so fast, I like so much.
Recommendations to others considering the product:
Sure, is better than memcached, so much fast and new.
Redis, an underrated database that is really good
What do you like best?
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?
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.
What problems are you solving with the product? What benefits have you realized?
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.
Recommendations to others considering the product:
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.
showing 101 - 105