Skip to content

Commit 32fd65f

Browse files
committed
Remove superfluous paragraph
1 parent f7d0602 commit 32fd65f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/commands/ft.profile/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ Counter is the number of times an iterator was interacted with. A very high valu
133133

134134
### Result processor profiles
135135

136-
This section contains result process information, including `Type`, `Time`, and `Counter` information. `Time` is the execution time of a result processor. `Counter` is the interaction count of a result processor. Each result processor is a link in the query pipeline chain.
137-
138136
Result processors form a powerful pipeline in Redis Query Engine. They work in stages to gather, filter, score, sort, and return results as efficiently as possible based on complex query needs. Each processor reports `Time` information, which represents the total duration (in milliseconds, or ms) spent by the processor to complete its operation, and `Counter` information, which indicates the number of times the processor was invoked during the query.
139137

140138
| Type | Definition |

0 commit comments

Comments
 (0)