You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above would cache the response of cacheMe using the request url + method as the key like so GET.some/path?page=1&limit=10 or GET.some/path. When the cache key exists on a second request, the cache is used rather than calling the method a second time
The text was updated successfully, but these errors were encountered:
bashleigh
changed the title
RedisInterceptor
(feature request) Redis Interceptor
Aug 4, 2019
Hey! Sorry for long delay. Long story short I quit a job and got another one in the space of 5 days changed laptops 3 times and I've been waiting to get some free time with the laptop the PR is currently on to push to the repo so I can work on it on another machine.
Also, been struggling with your tests setup. Are you ok if I submit a PR without tests? Or with tests that should pass but I can't run? X'D
Hey! Thanks for all the hard work you've made on this package!
I used this package in a code test recently and I built a redis interceptor for caching my routes responses.
It might be handy for others to use this interceptor so I was going to ask, would you like me to add a PR to add the interceptor?
I used it like this
The above would cache the response of
cacheMe
using the request url + method as the key like soGET.some/path?page=1&limit=10
orGET.some/path
. When the cache key exists on a second request, the cache is used rather than calling the method a second timeThe text was updated successfully, but these errors were encountered: