Redis is a great solution for any company that wants fast development and good performance
September 17, 2019

Redis is a great solution for any company that wants fast development and good performance

Anonymous | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User

Overall Satisfaction with Redis

It is used for the whole organization for caching and performance. We avoid hitting the DB in a factor of more than 100x, at a lower cost.
  • Key-value access, very fast.
  • Caching - either using hashmaps or simple values.
  • The Python package elastic DSL is somehow incomplete.
  • Moving from a Python client to Redis 2 to Redis 3 is a mess.
  • Saved money on DB.
  • Improved user experience.
  • Product Features
  • Product Reputation
  • Prior Experience with the Product
I can't evaluate. I didn't use them personally.
Redis is good for caching and helps you to avoid hitting the DB. It offers a key-value store where you can put references to objects or temporary values (counters) that will later go to the DB.

Redis isn't as suited for complex objects or serialized data that takes a lot of space. With the milions of users, costs would go way up.

Redis™* Feature Ratings

Performance
10
Availability
10
Concurrency
7
Security
7
Scalability
10
Data model flexibility
8