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 3d8caee commit 07b7cdfCopy full SHA for 07b7cdf
packages/client/lib/sentinel/index.spec.ts
@@ -448,6 +448,7 @@ describe('legacy tests', () => {
448
frame.sentinelMaster(),
449
frame.sentinelReplicas()
450
])
451
+
452
console.log(`sentinel sentinels:\n${JSON.stringify(results[0], undefined, '\t')}`);
453
console.log(`sentinel master:\n${JSON.stringify(results[1], undefined, '\t')}`);
454
console.log(`sentinel replicas:\n${JSON.stringify(results[2], undefined, '\t')}`);
0 commit comments