Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 17:49
· 107 commits to canary since this release
f060e65

Minor Changes

  • 7b2abf9: Refactor search index creation in the redis-stack Handler

    Minor 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