DEV Community

[Comment from a deleted post]
Collapse
 
lautarocastillo profile image
Lautaro C

Hi Zee, many thanks for your answer! It was very useful. Now I understood better how redis works.
I finished using the json.cache! Method from Jbuilder since I’m caching my api responses.
Thanks for your amazing explanation

Collapse
 
zspencer profile image
Zee

Perfect! It sounds like you're solving caching at the "post-serialization, pre-transmission" boundary; which makes a ton of sense to me.