·
107 commits
to canary
since this release
Minor Changes
-
7b2abf9: Refactor search index creation in the
redis-stack
HandlerMinor Changes
@neshca/cache-handler/redis-stack
- Move search index creation to revalidateTag method:
- Ensure index existence before searching by creating it inside revalidateTag with a randomized name to avoid collisions
- Allow synchronous Handler creation without waiting for the client to connect
- Move search index creation to revalidateTag method: