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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
An index that leverages data types in Redis was implemented for the comments and another index was implemented for the search property in each cache entry.
The comments and the entries are fetched from the Redis Cache (using the Redis Search) in 2 different API calls to Redis cache.
Find a way how to make it in just one call:
merge the indexes if possible/
filter out the duplicate values (entries) which are the result of the 2 searches