Seneca-CDOT / telescope

A tool for tracking blogs in orbit around Seneca's open source involvement
https://telescope.cdot.systems
BSD 2-Clause "Simplified" License
94 stars 187 forks source link

Use Redis instead of a fake in-memory cache #3323

Open JerryHue opened 2 years ago

JerryHue commented 2 years ago

In #3295, we are using fake in-memory cache, weirdly called requestor (I couldn't think of a better name). While it worked to have to an MVP, it is not a solution that scale out eventually.

Instead of using a poor-man's Redis, it is better that we use the actual Redis (which is already available through Satellite).

There might be some challenges on doing this, and I'm willing to discuss any questions you may have regarding these challenges (that are not impossible to solve, I promise.).

humphd commented 2 years ago

This could get done after 3.0.