Method: Sequel::ShardedSingleConnectionPool#servers
- Defined in:
- lib/sequel/connection_pool/sharded_single.rb
#servers ⇒ Object
Return an array of symbols for servers in the connection pool.
82 83 84 |
# File 'lib/sequel/connection_pool/sharded_single.rb', line 82 def servers @servers.keys end |