Great in-memory database solution
April 07, 2020

Great in-memory database solution

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

Overall Satisfaction with Redis

Redis was used in a project to merge live data from different sources. Then by using Lua scripting we were able to make some further aggregations and data binding for better results. It was essential for us as preparation for next steps.
We also used it as session storage manager for some other projects.
  • It's fast for key value hashes operations.
  • Lua Scripting extension is really powerful.
  • Single-threaded.
  • Using Redis gives us the chance to create new products.
We divide projects between Redis and Elasticsearch Service. In some parts or modules one of these two databases fit better than the other.

Do you think Redis™* delivers good value for the price?

Yes

Are you happy with Redis™*'s feature set?

Yes

Did Redis™* live up to sales and marketing promises?

Yes

Did implementation of Redis™* go as expected?

Yes

Would you buy Redis™* again?

Yes

Session manager - With in-built expires it's the perfect solution for that scenario.
Data binding as we can use its key value architecture to store data from different sources under the same key so they will be automatically matched. And with now previous data structure we can extend for example hashes horizontally.
It may be costly to use it as persistent data storage.

Redis™* Feature Ratings

Performance
10
Availability
8
Concurrency
6
Security
8
Scalability
8
Data model flexibility
10
Deployment model flexibility
9

Using Redis

3 - In our organization Redis is mainly used by developers.
3 - Developers that have basic knowledge about AWS Cloud
  • Session storage
  • Real data binding/matching
It's really fast and flexible solution, that is constantly developing with new modules.