Skip to content

Commit a1fb11d

Browse files
committed
Cleanup
1 parent f903acb commit a1fb11d

29 files changed

+37
-97
lines changed

content/commands/ft._list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ FT._LIST
5959

6060
[Set]({{< relref "/develop/reference/protocol-spec#sets" >}}) of index names as [simple strings]({{< relref "/develop/reference/protocol-spec#simple-strings" >}}).
6161

62-
{{< /multitabs >}}
62+
{{< /multitabs >}}

content/commands/ft.aggregate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ One of the following:
506506
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: incorrect number of arguments, non-existent index, invalid query syntax.
507507

508508
{{< /multitabs >}}
509+
509510
## See also
510511

511512
[`FT.CONFIG SET`]({{< relref "commands/ft.config-set/" >}}) | [`FT.SEARCH`]({{< relref "commands/ft.search/" >}})

content/commands/ft.aliasadd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ One of the following:
8787
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: alias already exists, index does not exist.
8888

8989
{{< /multitabs >}}
90+
9091
## See also
9192

9293
[`FT.ALIASDEL`]({{< relref "commands/ft.aliasdel/" >}}) | [`FT.ALIASUPDATE`]({{< relref "commands/ft.aliasupdate/" >}})94-

content/commands/ft.aliasdel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ One of the following:
7373
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: alias does not exist.
7474

7575
{{< /multitabs >}}
76+
7677
## See also
7778

7879
[`FT.ALIASADD`]({{< relref "commands/ft.aliasadd/" >}}) | [`FT.ALIASUPDATE`]({{< relref "commands/ft.aliasupdate/" >}})

content/commands/ft.aliasupdate.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ index, FT.ALIASUPDATE removes the alias association with the previous index.
4646
is alias to be added to an index.
4747
</details>
4848

49-
## Return
50-
51-
FT.ALIASUPDATE returns a simple string reply `OK` if executed correctly, or an error reply otherwise.
52-
5349
## Examples
5450

5551
<details open>
@@ -79,6 +75,7 @@ One of the following:
7975
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: index does not exist.
8076

8177
{{< /multitabs >}}
78+
8279
## See also
8380

8481
[`FT.ALIASADD`]({{< relref "commands/ft.aliasadd/" >}}) | [`FT.ALIASDEL`]({{< relref "commands/ft.aliasdel/" >}})

content/commands/ft.alter.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ contain more than 32 attributes, create it with the `MAXTEXTFIELDS` option.
8181
</note>
8282
</details>
8383

84-
## Return
85-
86-
FT.ALTER returns a simple string reply `OK` if executed correctly, or an error reply otherwise.
87-
8884
## Examples
8985

9086
<details open>
@@ -113,6 +109,7 @@ One of the following:
113109
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: no such index, invalid schema syntax.
114110

115111
{{< /multitabs >}}
112+
116113
## See also
117114

118115
[`FT.CREATE`]({{< relref "commands/ft.create/" >}})

content/commands/ft.config-get.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ Retrieve configuration options
4848
is name of the configuration option, or '*' for all.
4949
</details>
5050

51-
## Return
52-
53-
FT.CONFIG GET returns an array reply of the configuration name and value.
54-
5551
## Examples
5652

5753
<details open>
@@ -153,6 +149,7 @@ FT.CONFIG GET returns an array reply of the configuration name and value.
153149
[Map]({{< relref "/develop/reference/protocol-spec#maps" >}}) where keys are configuration option names and values are their corresponding values.
154150

155151
{{< /multitabs >}}
152+
156153
## See also
157154

158155
[`FT.CONFIG SET`]({{< relref "commands/ft.config-set/" >}}) | [`FT.CONFIG HELP`]({{< relref "commands/ft.config-help/" >}})

content/commands/ft.config-help.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ Describe configuration options
4646
is name of the configuration option, or '*' for all.
4747
</details>
4848

49-
## Return
50-
51-
FT.CONFIG HELP returns an array reply of the configuration name and value.
52-
5349
## Examples
5450

5551
<details open>
@@ -78,6 +74,7 @@ FT.CONFIG HELP returns an array reply of the configuration name and value.
7874
[Array]({{< relref "/develop/reference/protocol-spec#arrays" >}}) of help information.
7975

8076
{{< /multitabs >}}
77+
8178
## See also
8279

8380
[`FT.CONFIG SET`]({{< relref "commands/ft.config-set/" >}}) | [`FT.CONFIG GET`]({{< relref "commands/ft.config-get/" >}})

content/commands/ft.config-set.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ is name of the configuration option, or '*' for all.
6262
is value of the configuration option.
6363
</details>
6464

65-
## Return
66-
67-
FT.CONFIG SET returns a simple string reply `OK` if executed correctly, or an error reply otherwise.
68-
6965
## Examples
7066

7167
<details open>
@@ -94,6 +90,7 @@ One of the following:
9490
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: invalid option, invalid value.
9591

9692
{{< /multitabs >}}
93+
9794
## See also
9895

9996
[`FT.CONFIG GET`]({{< relref "commands/ft.config-get/" >}}) | [`FT.CONFIG HELP`]({{< relref "commands/ft.config-help/" >}})

content/commands/ft.create.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,6 @@ if set, does not scan and index.
403403

404404
</note>
405405

406-
## Return
407-
408-
FT.CREATE returns a simple string reply `OK` if executed correctly, or an error reply otherwise.
409-
410406
## Examples
411407

412408
<details open>
@@ -480,6 +476,7 @@ One of the following:
480476
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: index already exists, invalid schema syntax.
481477

482478
{{< /multitabs >}}
479+
483480
## See also
484481

485482
[`FT.ALTER`]({{< relref "commands/ft.alter/" >}}) | [`FT.DROPINDEX`]({{< relref "commands/ft.dropindex/" >}})

0 commit comments

Comments
 (0)