blakejoy / tmdb-ts

Typescript client wrapper for TheMovieDB (TMDB) v3
MIT License
37 stars 12 forks source link

[Question] - How would you cache the requests you make? #31

Closed bobbymannino closed 1 year ago

bobbymannino commented 1 year ago

is caching included in the node package or is it self implimented, if its self done how would you save only the fetch requests so every time there made if theres cache they can fe fetched from there instead?

blakejoy commented 1 year ago

It should be self implemented. You could use something like memcached or redis

blakejoy commented 1 year ago

Will close this for now. We can start a separate discussion if you would like. @bobbymannino