monbrey / professor-kauri

Professor Kauri, new and improved with an actual framework
8 stars 2 forks source link

Rewrite manual DB lookups to use MongooseProvider #5

Closed monbrey closed 5 years ago

monbrey commented 5 years ago

The MongooseProvider I wrote supports a full caching system which would speed up several areas of the bot over traditional mongoose model lookups.

The Provider should first be improved with better ad-hoc caching for this to be a good option.

monbrey commented 5 years ago

I was wrong. The Provider approach is dumb. Refer to #12