Skip to content

Commit a6921f9

Browse files
authored
Merge pull request #2613 from RedisInsight/be/feature/RI-4965-change-module-filter-config
#RI-4965 ignore all modules that starts from RedisStackCompat (case i…
2 parents 91776ac + 6a9d459 commit a6921f9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

redisinsight/api/config/features-config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 2.3204,
2+
"version": 2.34,
33
"features": {
44
"insightsRecommendations": {
55
"flag": true,
@@ -62,6 +62,14 @@
6262
{
6363
"expression": "^RedisGraph.",
6464
"options": "i"
65+
},
66+
{
67+
"expression": "^RedisStackCompat?.",
68+
"options": "i"
69+
},
70+
{
71+
"expression": "^rediscompat?.",
72+
"options": "i"
6573
}
6674
]
6775
}

0 commit comments

Comments
 (0)