Redis might not be the Panacea you are thinking of!
July 17, 2019
Redis might not be the Panacea you are thinking of!
Score 5 out of 10
Vetted Review
Verified User
Overall Satisfaction with Redis
Redis is currently being used in silo within my company. Our department was one of the first groups to use it as part of the software modernization initiative.
Pros
- Caching strategy
Cons
- Redis is not a panacea for fast and quick access to the frequently used data. There were times the development team had to go back to JVM cache to achieve the use case.
- Maintaining Redis as a separate persistence has its price ( in operation and maintenance).
- HA and DR was a biggest challenge with the widespread adoption of Redis
- Increased Architectural Complexity: The system now has an additional component in the ecosystem.
- Extra technical skill for developers/Support team to learn.
- It addressed immediate system challenges in performance by centrally caching data that could not be distributed across all of the JVMs because of volume.
- Product Features
- Product Usability
Comments
Please log in to join the conversation