node-cache-manager-redis-store
node-cache-manager-redis-store copied to clipboard
store not working when redis is not accessible
cache manager have option ignoreCacheErrors
which should threaten cache error the same as a cache miss. but it not works with redis store.
looks like it hangs and not call callback function in case of network error
I facing this issue too how to log and investigate the problem of error
Someone please check this issue. The error is not thrown when the app is started but the application gets hang when accessing the redis cache. It should throw the error at the start itself if the redis is not accessible.
This still exist on Nov 2022. Can anyone get on this ?