Sha256: 797840baf6bc5cf8aeb042d215bfa1031bcfb998f5deaffad94686ae25807b68
Contents?: true
Size: 1.54 KB
Versions: 27
Compression:
Stored size: 1.54 KB
Contents
description: "Discover RSOther with replicaSet URI option" uri: "mongodb://a,b/?replicaSet=rs" phases: [ { responses: [ ["a:27017", { ok: 1, helloOk: true, isWritablePrimary: false, secondary: true, hidden: true, hosts: ["c:27017", "d:27017"], setName: "rs", minWireVersion: 0, maxWireVersion: 6 }], ["b:27017", { ok: 1, helloOk: true, isWritablePrimary: false, secondary: false, hosts: ["c:27017", "d:27017"], setName: "rs", minWireVersion: 0, maxWireVersion: 6 }] ], outcome: { servers: { "a:27017": { type: "RSOther", setName: "rs" }, "b:27017": { type: "RSOther", setName: "rs" }, "c:27017": { type: "Unknown", setName: }, "d:27017": { type: "Unknown", setName: } }, topologyType: "ReplicaSetNoPrimary", logicalSessionTimeoutMinutes: null, setName: "rs" } } ]
Version data entries
27 entries across 27 versions & 2 rubygems