MCBoarder289 / shelf-help

MIT License
4 stars 0 forks source link

Implement Redis Cache in Render #34

Open MCBoarder289 opened 3 months ago

MCBoarder289 commented 3 months ago

If I want to prepare for more load and horizontal scaling, I think it's best that I have a redis cache.

This way, if I horizontally scale, the memoization of the shelf data will work across all workers.

This decision to potentially scale in render is if we decide to host on AWS ec2.

MCBoarder289 commented 3 months ago

helpful medium post