Skip to content

Using firestore as the cache instead of memcached

Latest

Choose a tag to compare

@BurtonTechnical BurtonTechnical released this 12 Jun 20:23

Giving up on the memcached thing, rather than raise the back end costs I'll just cache user info in the database with the rest of the application data. It's protected access, so it should be fine.