Method: Sequel::ShardedThreadedConnectionPool#servers
- Defined in:
- lib/sequel/connection_pool/sharded_threaded.rb
permalink #servers ⇒ Object
Return an array of symbols for servers in the connection pool.
169 170 171 |
# File 'lib/sequel/connection_pool/sharded_threaded.rb', line 169 def servers sync{@servers.keys} end |