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.).
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.).