does the library support autosuggest commands? #3123
anthamithya
started this conversation in
General
Replies: 2 comments 3 replies
-
@anthamithya There is no FT.SUGGEST command. I'm assuming you're meaning FT.SUGGET command. This feature is targeted for Jedis 4.3.0 and is already available in both 4.3.0-SNAPSHOT and Also, payload is deprecated.
So Jedis is not including this support. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I mean, the payload itself is deprecated in SUGADD. So, any alternative way
to store additional details about the suggestion.
…On Sun, Aug 28, 2022 at 8:17 AM M Sazzadul Hoque ***@***.***> wrote:
@realjays <https://github.com/realjays> You can use T
executeCommand(CommandObject<T>) method to execute any command the way
you want.
—
Reply to this email directly, view it on GitHub
<#3123 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQGWXDZLACLR3ZHOLI5AGZDV3N7J3ANCNFSM57ZZ5WVA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Jedis supports ft.suggest, ft.suggest with payload commands?
I see that go library supports.
Beta Was this translation helpful? Give feedback.
All reactions