File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
redisinsight/api/src/__mocks__ Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export const mockMainCommands = {
4
4
complexity : 'O(N). Where N is the number of configured users.' ,
5
5
since : '6.0.0' ,
6
6
group : 'server' ,
7
+ provider : 'main' ,
7
8
} ,
8
9
} ;
9
10
@@ -19,6 +20,7 @@ export const mockRedisearchCommands = {
19
20
] ,
20
21
since : '1.0.0' ,
21
22
group : 'search' ,
23
+ provider : 'search' ,
22
24
} ,
23
25
} ;
24
26
@@ -39,6 +41,7 @@ export const mockRedijsonCommands = {
39
41
] ,
40
42
since : '1.0.0' ,
41
43
group : 'json' ,
44
+ provider : 'json' ,
42
45
} ,
43
46
} ;
44
47
@@ -102,6 +105,7 @@ export const mockRedistimeseriesCommands = {
102
105
] ,
103
106
since : '1.0.0' ,
104
107
group : 'timeseries' ,
108
+ provider : 'timeseries' ,
105
109
} ,
106
110
} ;
107
111
@@ -143,6 +147,7 @@ export const mockRedisaiCommands = {
143
147
] ,
144
148
since : '1.2.5' ,
145
149
group : 'tensor' ,
150
+ provider : 'sai' ,
146
151
} ,
147
152
} ;
148
153
@@ -161,6 +166,7 @@ export const mockRedisgraphCommands = {
161
166
] ,
162
167
since : '1.0.0' ,
163
168
group : 'graph' ,
169
+ provider : 'graph' ,
164
170
} ,
165
171
} ;
166
172
You can’t perform that action at this time.
0 commit comments