Hacker News new | ask | show | jobs
by mattiabi 2249 days ago
This is Mattia from Lambda Store.

We are not using shared Redis instances. We have our own Redis server implementation, which has a tiered storage model which keeps the hot entries in the memory to better utilize memory usage. Using this we can use smaller instances for the most of the time and migrate the Redis db to a bigger machine in a few seconds when needed.