box.iproto.type
-
box.iproto.type¶ Contains all available request types. Learn more about the requests: Client-server requests and responses.
Example
tarantool> box.iproto.type.UNKNOWN --- - -1 ... tarantool> box.iproto.type.CHUNK --- - 128 ...
box.indexbox.iproto.type¶Contains all available request types. Learn more about the requests: Client-server requests and responses.
Example
tarantool> box.iproto.type.UNKNOWN
---
- -1
...
tarantool> box.iproto.type.CHUNK
---
- 128
...