Skip to content

fix(search): use @redis/client dist imports in CREATE command#3187

Merged
PavelPashov merged 1 commit intoredis:masterfrom
PavelPashov:fix/search-create-client-dist-import-path
Feb 26, 2026
Merged

fix(search): use @redis/client dist imports in CREATE command#3187
PavelPashov merged 1 commit intoredis:masterfrom
PavelPashov:fix/search-create-client-dist-import-path

Conversation

@PavelPashov
Copy link
Contributor

@PavelPashov PavelPashov commented Feb 26, 2026

Description

Describe your pull request here


Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

Note

Low Risk
Low risk: this is a small import-path adjustment with no behavioral changes beyond resolving module/packaging compatibility at build/runtime.

Overview
Updates the RediSearch FT.CREATE command implementation to import Redis client types/helpers from @redis/client/dist/... instead of @redis/client/lib/..., aligning CREATE.ts with the rest of the search commands’ import strategy and avoiding issues when consuming the packaged build.

Written by Cursor Bugbot for commit 19fe974. This will update automatically on new commits. Configure here.

@PavelPashov PavelPashov merged commit 4f6f8c3 into redis:master Feb 26, 2026
16 checks passed
@PavelPashov PavelPashov deleted the fix/search-create-client-dist-import-path branch February 26, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants