Skip to content

Commit

Permalink
feat: make LOAD of FT.SEARCH to be reentrantable
Browse files Browse the repository at this point in the history
  • Loading branch information
rueian committed Jan 22, 2023
1 parent 711d8d4 commit db6fa06
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 333 deletions.
50 changes: 25 additions & 25 deletions hack/cmds/commands_search.json
Original file line number Diff line number Diff line change
Expand Up @@ -1177,44 +1177,44 @@
"VERBATIM"
]
},
{
"name": "load",
"type": "block",
"optional": true,
"block": [
{
"name": "count",
"type": "string",
"command": "LOAD"
},
{
"name": "field",
"type": "string",
"multiple": true
}
]
},
{
"name": "timeout",
"type": "integer",
"optional": true,
"command": "TIMEOUT"
},
{
"name": "loadall",
"type": "enum",
"optional": true,
"enum": [
"LOAD *"
]
},
{
"comment": "https://github.com/rueian/rueidis/issues/57",
"name": "op",
"type": "block",
"optional": true,
"multiple": true,
"block": [
{
"name": "loadall",
"type": "enum",
"optional": true,
"enum": [
"LOAD *"
]
},
{
"name": "load",
"type": "block",
"optional": true,
"block": [
{
"name": "count",
"type": "integer",
"command": "LOAD"
},
{
"name": "field",
"type": "string",
"multiple": true
}
]
},
{
"name": "groupby",
"type": "block",
Expand Down
Loading

0 comments on commit db6fa06

Please sign in to comment.