node-request-caching icon indicating copy to clipboard operation
node-request-caching copied to clipboard

HTTP and HTTPS requests with caching for node.js

Results 9 node-request-caching issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this great package. I just experienced problems when requesting utf8 documents. Imho we should make the request buffer utf8-encoded by default. Here's a short example of downloading...

$ node --version v4.2.1 $ npm --version 2.14.7 $ npm install node-request-caching \ > [email protected] install /Users/xx/src/test/node_modules/node-request-caching/node_modules/hiredis > node-gyp rebuild CC(target) Release/obj.target/hiredis/deps/hiredis/hiredis.o CC(target) Release/obj.target/hiredis/deps/hiredis/net.o CC(target) Release/obj.target/hiredis/deps/hiredis/sds.o CC(target) Release/obj.target/hiredis/deps/hiredis/async.o LIBTOOL-STATIC Release/hiredis.a...

Hello, the `redis` adapter works fine, but when using the `memory` adapter, I don't have the feeling that it is caching **anything**. (Always hitting API Limits a the service I'm...

fix to allow for JSON objects to be POSTed

In the first place I am not sure redis should be a dependency at all, but if it has to be then at the very least it should be an...

I've got a situation where sometimes the GET request returns successful but the data is empty. This means subsequent requests return a cached empty object. I can force a re-GET...

I am trying to do a POST where request body has to be: {keys: [1,2,3,4]} When I set params to this, what gets posted is: keys=1&keys=2&keys=3&keys=4 (my object turned into...

First, _great_ library. I'm using it extensively and will have some upcoming PRs. But first, I wanted to ask how you think custom storage adapters should work. Ideally, I would...

enhancement

What do you think about returning the remaining TTL with the `cache` object as well? I need to be able to say "3 minutes old" or similar, so the user...

enhancement