Client-Side Caching

1 · Kiko Beats · Sept. 19, 2021, 8:30 p.m.
At microlink.io, keep the Microlink API faster is one of the core values proposition of the service, so always there is something that can be improved in order to decrease response time. One of those sweet spot I recently found is to complement an already caching strategy with a local strategy. Historically, Microlink has used Redis as main volatile caching storage. +-------------+ +-----------+ | | ------- GET id:123 ----------> | | | API...