Tarantool CE/EE Documentation portal logo
Support
Updated at September 15, 2026   08:55 AM

box.session.sync()

sync()

Returns

the value of the sync integer constant used in the binary protocol. This value becomes invalid when the session is disconnected.

Return type

number

This function is local for the request, i.e. not global for the session. If the connection behind the session is multiplexed, this function can be safely used inside the request processor.