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

box.iproto.feature

feature

Contains the IPROTO protocol features that are supported by the server. Each feature is mapped to its corresponding code. Learn more: IPROTO_FEATURES.

The features in the namespace are written

  • in lowercase letters
  • without the IPROTO_FEATURE_ prefix

Example

tarantool> box.iproto.feature.streams---- 0...tarantool> box.iproto.feature.transactions---- 1...