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 25e1e92 commit 565c501Copy full SHA for 565c501
redisinsight/api/test/api/database/GET-databases.test.ts
@@ -12,7 +12,7 @@ const responseSchema = Joi.array().items(Joi.object().keys({
12
db: Joi.number().integer().allow(null).required(),
13
name: Joi.string().required(),
14
new: Joi.boolean().allow(null).required(),
15
- connectionType: Joi.string().valid('STANDALONE', 'SENTINEL', 'CLUSTER').required(),
+ connectionType: Joi.string().valid('STANDALONE', 'SENTINEL', 'CLUSTER', 'NOT CONNECTED').required(),
16
lastConnection: Joi.string().isoDate().allow(null).required(),
17
modules: Joi.array().items(Joi.object().keys({
18
0 commit comments