M Sazzadul Hoque
M Sazzadul Hoque
``` [ GROUPBY nargs property [property ...] [ REDUCE ... ``` It's not clear whether `nargs` includes `REDUCE ...` just by reading it. Suggestion: Renaming `nargs` to `nproperties` may improve...
``` [ SORTBY nargs [ property ASC | DESC [ property ASC | DESC ...]] [MAX num]] ``` It's not clear whether `nargs` includes `MAX num` just by reading it....
- https://redis.io/commands/ft.explain/ - https://redis.io/commands/ft.explaincli/ It seems many if not all optional query arguments of FT.SEARCH are valid here as well. Skipping all of those and just adding `[DIALECT dialect]` gives...
https://redis.io/commands/ft.aggregate/