Skip to content

Commit 0dc5cf0

Browse files
author
Artem
committed
#RI-4965 ignore all modules that starts from RedisStackCompat (case insensitive)
1 parent 51f930c commit 0dc5cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/config/features-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"data": {
6161
"hideByName": [
6262
{
63-
"expression": "^RedisGraph.",
63+
"expression": "^RedisStackCompat?.",
6464
"options": "i"
6565
}
6666
]

0 commit comments

Comments
 (0)