In the past, link views were cached in Redis. After 10 seconds , all the views were flushed using a manual loop. The old flow looked like this: Loop through every key (ID).
Source: [Dev.to](https://dev.to/codemaster_121482/refactoring-the-views-system-in-your-gift-4kno)