-
Type: Question
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.2.1
-
Component/s: Replication
-
None
-
Environment:staging
re: SERVER-1594
Will mongos work with a replica-set (without sharding)?
Env:
mongos> use admin
switched to db admin
mongos> db.runCommand(
);
{
"shards" : [
],
"ok" : 1
}
mongos>