Module cartridge.pool
Connection pool.
Reuse tarantool net.box connections with ease.
Functions
connect (uri[, opts]) | Connect a remote or get cached connection. |
Local Functions
format_uri (uri) | Enrich URI with credentials. |
Functions
- connect (uri[, opts])
-
Connect a remote or get cached connection.
Connection is established using
net.box.connect()
.Parameters:
Returns:
net.box
connectionOr
- nil
- table Error description