When I'm building microservices, my top pick for temporary storage is usually Redis.
Feng Lim
·2020 views
hey folks im wrestling with a common microservice challenge how to handle temporary data think session data job queues or short-lived caches while redis and memcached are obvious candidates im curious about other patterns are you using in-memory solutions within individual services for smaller workloads or is a distributed store almost always the way to go what are your criteria for choosing one over the other
32 comments