t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
366 stars 104 forks source link

Caching #11

Closed angelxmoreno closed 9 years ago

angelxmoreno commented 9 years ago

Is there any solution in place for caching requests?

t3chnoboy commented 9 years ago

Sorry for the late response. We are using https://github.com/request/request for http requests. It does not support caching.

angelxmoreno commented 9 years ago

OK, Thank you. I'll create a wrapper to check a datasource prior to making a direct call. Thanks for the reply.

jurgob commented 7 years ago

I know that it is closed, but I really think that a caching system would be really helpfull!

masterT commented 7 years ago

I use Redis to cache my responses, because I use this module in a web context.