nicford / Movilytics

Welcome to our website Movylitics, a Sophisticated GroupLens dataset and tmdb analytics exploration tool.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Redis Scaling #10

Closed nicford closed 3 years ago

nicford commented 3 years ago

Currently we have no way of scaling the Redis cache. We could implement a master slave architecture where we have multiple read only slaves of the copy. These slave copies are their own containers and scale up and down as needed.

nicford commented 3 years ago

Not needed right now