Skip to content

Commit 89f7525

Browse files
Merge pull request #3480 from RedisInsight/be/feature/hide_rdi_for_redistack
add rdi feature filter neq redis_stack
2 parents e1b8aac + 8f3014e commit 89f7525

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

redisinsight/api/config/features-config.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
2-
"version": 2.4603,
2+
"version": 2.5201,
33
"features": {
44
"rdi": {
55
"flag": true,
6-
"perc": [[0,100]]
6+
"perc": [[0,0]],
7+
"filters": [
8+
{
9+
"name": "config.server.buildType",
10+
"value": "REDIS_STACK",
11+
"cond": "neq"
12+
}
13+
]
714
},
815
"insightsRecommendations": {
916
"flag": true,

0 commit comments

Comments
 (0)