@@ -16,8 +16,13 @@ const isRediStackTests = [
16
16
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' , 'graph' ] ) , '6.2.5' ] , expected : false } ,
17
17
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'searchlight' , 'graph' ] ) , '7.1' ] , expected : false } ,
18
18
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' , 'graph' ] ) , '7.1' ] , expected : false } ,
19
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'rg' , 'searchlight' ] ) , '7.1' ] , expected : true } ,
20
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'rg' , 'search' ] ) , '7.1' ] , expected : true } ,
19
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'redisgears' , 'searchlight' ] ) , '7.1' ] , expected : true } ,
20
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'redisgears' , 'search' ] ) , '7.1' ] , expected : true } ,
21
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'redisgears_2' , 'searchlight' ] ) , '7.1' ] , expected : true } ,
22
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'redisgears_2' , 'search' ] ) , '7.1' ] , expected : true } ,
23
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'rg' , 'searchlight' ] ) , '7.1' ] , expected : false } ,
24
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'rg' , 'search' ] ) , '7.1' ] , expected : false } ,
25
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'redisgears_2' , 'redisgears' , 'search' ] ) , '7.1' ] , expected : false } ,
21
26
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'searchlight' ] ) , '7.1' ] , expected : true } ,
22
27
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' ] ) , '7.1' ] , expected : true } ,
23
28
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' ] ) , '7.1' ] , expected : true } ,
0 commit comments