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

box.iproto.protocol_features

protocol_features

The set of IPROTO protocol features supported by the server. Learn more: net.box features, src/box/iproto_features.h, and iproto_features_resolve().

Example

tarantool> box.iproto.protocol_features---- transactions: true  watchers: true  error_extension: true  streams: true  pagination: true...