-
Notifications
You must be signed in to change notification settings - Fork 41
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
adding JSON commands #29
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shacharPash
reviewed
Sep 4, 2022
shacharPash
reviewed
Sep 4, 2022
shacharPash
reviewed
Sep 4, 2022
shacharPash
reviewed
Sep 4, 2022
shacharPash
reviewed
Sep 4, 2022
shacharPash
reviewed
Sep 4, 2022
shacharPash
suggested changes
Sep 4, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
couple things,
- Need to add Async version for the function & tests.
- I wrote some comments about things that I didnt understand, please have a look.
Added async commands, added multi-path get, added debug memory command, other cleanup |
shacharPash
approved these changes
Sep 7, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work 👍
shacharPash
added a commit
that referenced
this pull request
Oct 2, 2022
* adding JSON commands * Change commands names * some fixes * adding missing commands, removing visibility modifiers in interface * async breakout Co-authored-by: shacharPash <s.pashchur@gmail.com>
shacharPash
added a commit
that referenced
this pull request
Oct 12, 2022
* Add Alias command * Start FT.CERATE Command * Start FTCreateParams class for FT.CERATE * Add FT.CERATE command * Fixing Schema and FieldName Classes * Work on Schema class * Add FT.SEARCH command * Add FT.ALTER command * Linking to the latest pre-release (#30) * Linking to the latest pre-release * spelling and a link * Updading the version to v0.2.1 (#31) * adding JSON commands (#29) * adding JSON commands * Change commands names * some fixes * adding missing commands, removing visibility modifiers in interface * async breakout Co-authored-by: shacharPash <s.pashchur@gmail.com> * Implement new TDIGEST commands and TDIGEST.CREATE compression (#33) * Update Tdigest Commands * Fix Rank Commands Tests * Test Commit * Add Async Commands & tests * Working on FT.INFO Command * Finish FT.INFO Command * Add AggregationRequest Class for FT.AGGREGATE Command * Add FT.AGGREGATE Command + Tests * Adding TODOs to commands that have not yet been implemented * Add FT.CONFIG GET/SET Commands + Tests * Add FT.CURSOR READ/DEL Commands * Add FT.DICT(ADD/DEL/DUMP) Commands * Add FT.DICT(ADD/DEL/DUMP) Async Commands + Tests * Add FT.DROPINDEX Sync/Async Commands + Tests * Fix Aggregate & Add more Commands * Add FT.TAGVALS Sync/Async Command + Tests * Add Sync/Async Tests for FT.ALIAS * Fixing Tdigest.Add Command and Tests Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Steve Lorello <42971704+slorello89@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.