Top caching tech
What do you like best about the product?
Redis is very very easy to use. We use it in our software to get frequently used data from cache instead of db which saves a lot of time in computation. Plus its pub sub system is also helpful in some areas of our software.
What do you dislike about the product?
No UI to see all its keys and values. One has to be dependent on its command line interface.
What problems is the product solving and how is that benefiting you?
To store frequently used data. Saves up a lot of time while computing.
There are no comments to display