Skip to content

Add support for FT.CREATE #2717 #3150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 3, 2025
Merged

Conversation

tishun
Copy link
Collaborator

@tishun tishun commented Feb 2, 2025

Closes #2717

Make sure that:

  • You have read the contribution guidelines.
  • You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
  • You applied code formatting rules using the mvn formatter:format target. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.

@tishun tishun added the type: feature A new feature label Feb 3, 2025
@tishun tishun modified the milestones: 6.5.4.RELEASE, 6.6.0.RELEASE Feb 3, 2025
@tishun tishun merged commit 636a503 into redis:main Feb 3, 2025
8 checks passed
@tishun tishun deleted the topic/tishun/issue-2717 branch February 3, 2025 12:38
tishun added a commit to tishun/lettuce-core that referenced this pull request Feb 4, 2025
tishun added a commit that referenced this pull request Feb 4, 2025
tishun added a commit to tishun/lettuce-core that referenced this pull request Feb 4, 2025
tishun added a commit that referenced this pull request Feb 4, 2025
tishun added a commit to tishun/lettuce-core that referenced this pull request Jun 16, 2025
tishun added a commit to tishun/lettuce-core that referenced this pull request Jul 14, 2025
tishun added a commit that referenced this pull request Jul 15, 2025
* Revert "Revert "Add support for FT.CREATE #2717 (#3150)" (#3160)" (#3161)

This reverts commit 319e315.

* Add support for FT.DROPINDEX #2722 (#3164)

* Add support for FT.DROPINDEX #2722

* Polishing

* FT.SEARCH added

Vibe code the FT.SEARCH command
Pulled latest from the integration branch

Fixed a lot of the hallucinations

RESP2 parser improvements

JSON Indexing tests

Add some advanced use-cases

Fixed all integration tests

Fixed schema fields, added vector tests, but they are all failing

Fixed vector search tests

Improve coverage of integration and unit tests

One unit test fails

* API cleanup, added Kotlin implementation

* Implement the FT.AGGREGATE command

Fixing the integration tests for FT.AGGREGATE

Polishing 1/3

Add more documentation ot the AggregateArgs

* Implement the FT.CURSOR command

Add Integration tests for the FT.CURSOR

Add RESP2 tests for all aggragation integration tests

* FT.AGGREGATE was never working in the first place, now it is working, but for RESP3 only

* Fixing unit tests (part1)
Fixing unit tests (part2)
Fixing unit tests (part3)

* Polishing (part 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for FT.CREATE
1 participant