BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

Cache people #181

Closed BurntNail closed 12 months ago

BurntNail commented 1 year ago

Add a moka cache to cache people to stop constantly polling the DB. This should ideally use the state - moka caches are cheap to clone iirc.