Results 106 comments of Jared Wray
trafficstars

@Fab-z4qx - I believe this has been updated in `keyv` and we should be good to go. If not can you provide an updated detail of how you are getting...

@JaneJeon and @szmarczak - We are starting to look at this and will plan it after we get the code base up to latest modules and Node versions.

@JaneJeon - we are now working on this and plan to use `hooks` as part of the implementation for it.

@JaneJeon - wanted to update you on this pull request. https://github.com/jaredwray/cacheable-request/pull/193

This is now being closed as we will release `10.2.0` which will allow you to implement remote address. You can see an example here: https://github.com/jaredwray/cacheable-request#add-hooks ```js import CacheableRequest, {CacheValue} from...

@tobiasdiez thanks so much for the feature request and we are looking at moving this to ESM over the next 6 months with some other major changes. Will keep this...

@tobiasdiez - going to close this out as I have added this to the roadmap for 2023.

HI 👋 @kdybicz - do you have the storage adapter you are using and also how many objects are in there? Can we see the code that you are adding...

This looks pretty straight forward and we have not had an issue with Redis recently around aging out with time to live. Have you tried setting the ttl to a...

I wonder if we can code up an example that does this as a test case. Think you have time to get a simple version that just does it as...