We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should not crash during parsing different options in FT.* commands. For example: (empty separator in FT.CREATE)
FT.*
127.0.0.1:6379> ft.create index on json schema $.sometag AS sometag TAG SEPARATOR Error: Server closed the connection
So we should add parsing tests for all FT.* commands, especially for the FT.CREATE, FT.SEARCH and FT.AGGREGATE commands.
FT.CREATE
FT.SEARCH
FT.AGGREGATE
The text was updated successfully, but these errors were encountered:
BagritsevichStepan
Successfully merging a pull request may close this issue.
We should not crash during parsing different options in
FT.*
commands. For example: (empty separator in FT.CREATE)So we should add parsing tests for all
FT.*
commands, especially for theFT.CREATE
,FT.SEARCH
andFT.AGGREGATE
commands.FT.CREATE
commandFT.SEARCH
commandFT.AGGREGATE
commandThe text was updated successfully, but these errors were encountered: