-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add support for TIMEOUT in FT.Aggregate and FT.Search #2486
Comments
I would love to take this up |
@Nanak360 go for it.. :) |
Hey @leibale, I've created a draft PR for this issue. I have added You can find the draft PR here, and any modifications or suggestions you have would be greatly appreciated. |
@Nanak360 I left one comment, but overall looks good! Good job! :) |
* #2486: add timeout as optional param in FT.Search * return timeout from aggregate * add test case for TIMEOUT in aggregate * add TIMEOUT option in search file * add test cases for TIMEOUT option in search file * uodate search/aggregates to add timeout when it is not undefuned * update search to add timeout when it is not undefuned * update test case for AGGREGATE
Motivation
Provides support for the TIMEOUT argument in FT.Aggregate and FT.Search
Basic Code Example
The text was updated successfully, but these errors were encountered: