Method: Mongo::Cluster#servers
- Defined in:
- lib/mongo/cluster.rb
#servers ⇒ Array<Server>
Get a list of server candidates from the cluster that can have operations executed on them.
441 442 443 |
# File 'lib/mongo/cluster.rb', line 441 def servers topology.servers(servers_list) end |