-
Notifications
You must be signed in to change notification settings - Fork 0
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
FT.SEARCH
#423
FT.SEARCH
#423
Conversation
java/client/src/main/java/glide/api/models/commands/vss/FTSearchOptions.java
Show resolved
Hide resolved
*/ | ||
@Builder.Default private final Map<String, GlideString> params = new HashMap<>(); | ||
|
||
// TODO maxstale? |
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.
What is maxstale
? I don't see it in the list of options in the Redis docs.
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.
Undocumented option in aws implementation.
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.
Hmmm, I wonder why it's not documented. Is there anyone we can ask about this?
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.
I found this in one of the examples. I hope it will be documented when the module comes to open source.
java/client/src/main/java/glide/api/commands/VectorSearchBaseCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/VectorSearchBaseCommands.java
Show resolved
Hide resolved
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.
I'm approving this so we can get this upstream faster, but I really would like an answer from someone on the AWS side on maxstale.
Superseded by valkey-io#2385 |
https://docs.aws.amazon.com/memorydb/latest/devguide/vector-search-commands-ft.search.html
depends on #422