class Redis::Cluster
def connection_info
def connection_info @node.sort_by(&:id).map do |client| { host: client.host, port: client.port, db: client.db, id: client.id, location: client.location } end end
def connection_info @node.sort_by(&:id).map do |client| { host: client.host, port: client.port, db: client.db, id: client.id, location: client.location } end end