Module tarantool::network

source ·
Expand description

Sans-I/O network client for connecting to remote Tarantool server.

Consists of:

  • Runtime and transport agnostic protocol layer
  • Async and coio based client layer

More on Sans-I/O pattern can be found on the respective wiki.

This client implementation is not yet as feature rich as super::net_box. Though it is in active development and should eventually replace net_box.

Re-exports§

Modules§

  • Tarantool based async Client.
  • Tarantool Binary Protocol implementation without actual transport layer.