OdyseeTeam / odysee-api

API server for Odysee
https://odysee.com
MIT License
229 stars 49 forks source link

Improve query cache #394

Closed anbsky closed 2 years ago

anbsky commented 2 years ago

A better solution for SDK query caching is needed, preferrably with LRU. Perhaps redis should be considered so multiple service instances can share it.