Tarantool CE/EE Documentation portal logo
Support
Updated at July 17, 2026   02:08 PM

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.