Project 'eclipsefdn/it/webdev/solstice-assets' was moved to 'eclipsefdn/software-dev/frameworks-and-tools/solstice-assets'. Please update any links and bookmarks that may still have the old path.
fix(cache): Add try-catch for connection errors when clearing cache
- fix(cache): Add try-catch for connection errors when clearing cache
Previous code had no error handling in the case of Redis service being unavailable, which made the cache less reliable. Additionally, there was no cleaing of the underlying in-memory cache for fallback data, which could result in data not being properly cleared.
Merge request reports
Activity
Please register or sign in to reply