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 af075db commit 021f24bCopy full SHA for 021f24b
redisinsight/api/src/common/constants/general.ts
@@ -5,5 +5,6 @@ export enum TransformGroup {
5
export const UNKNOWN_REDIS_INFO = {
6
server: {
7
redis_version: 'unknown',
8
+ redis_mode: 'standalone',
9
},
10
};
0 commit comments