Vylpes / vylbot-app

MIT License
0 stars 0 forks source link

Database caching #444

Open Vylpes opened 1 week ago

Vylpes commented 1 week ago

To help with caching the data fetched from a database. Write to the database immediately but read only once the cache expires.

Might need to make a query provider then in order to control where the query fetches the data from.

This should be investigated and documented to get its feasiblity and plan the stories.