Methods
add
Parameters
Returns void
end
Returns Promise<void>
getConnection
- getConnection(pattern?: string, selector?: string): Promise<PoolConnection>
Parameters
Optional pattern: string
Optional selector: string
of
Parameters
pattern: string
Optional selector: string
Parameters
pattern: undefined | null | false
selector: string
on
- on(ev: "remove", callback: ((nodekey: string) => void)): PoolCluster
Parameters
ev: "remove"
callback: ((nodekey: string) => void)
remove
- remove(pattern: string): void
Parameters
Returns void