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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: