We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0186d9c commit 07dfd49Copy full SHA for 07dfd49
redisinsight/ui/src/utils/redistack.ts
@@ -69,7 +69,7 @@ const isRediStack = (modules: any[], version?: Nullable<string>): boolean => {
69
70
const checkRediStack = (instances: Instance[]): Instance[] => (instances.map((instance) => ({
71
...instance,
72
- isRediStack: isRediStack(instance.modules)
+ isRediStack: isRediStack(instance.modules, instance.version)
73
})))
74
75
export { checkRediStack, isRediStack }
0 commit comments