Skip to content

Commit 2914484

Browse files
Merge pull request #4031 from RedisInsight/feature/add-aggregate-to-sorted-commands
add ft.aggregate to top list
2 parents 6fe59f1 + 962e141 commit 2914484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/ui/src/pages/workbench/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export enum EmptySuggestionsIds {
101101

102102
export const SORTED_SEARCH_COMMANDS = [
103103
'FT.SEARCH',
104+
'FT.AGGREGATE',
104105
'FT.CREATE',
105106
'FT.EXPLAIN',
106107
'FT.PROFILE'

0 commit comments

Comments
 (0)