<para>Tarantool protocol was designed with focus on asynchronous
<para>Tarantool protocol was designed with a focus on asynchronous
I/O and easy integration with proxies. Each client
request starts with a variable-length binary header, containing
request id, request type, server id, log sequence number, and
...
...
@@ -48,8 +48,6 @@ The Tarantool API exists so that a client program can send a request packet
to the server, and receive a response. Here is an example of a what the client
would send for <command>box.space[513]:insert{'A', 'BB'}</command>. The BNF description of the components
is in file <linkxlink:href="http://tarantool.org/doc/box-protocol.html"xlink:title="A complete BNF of Tarantool client/server protocol">doc/box-protocol.html</link>.
A third-party contribution written in Lua for unpacking Tarantool messages is in file