isuru89 / oasis

Open-source PBML (Points, Badges, Milestones, Leaderboards) Gamification Platform inspiring Stackoveflow
Apache License 2.0
44 stars 6 forks source link

Separate API cache and engine data #114

Closed isuru89 closed 2 years ago

isuru89 commented 2 years ago

Currently same redis instance being used to cache user/event source index and for engine data too.

For the scalability, we need to separate these two outs, so that importantly, engines should be able to access/process data independently without compromising performance due to API requests.