box.iproto.raft
-
box.iproto.
raft_key
¶ Contains the keys from the
IPROTO_RAFT_*
requests. Learn more: Synchronous replication keys.Example
tarantool> box.iproto.raft_key.TERM --- - 0 ... tarantool> box.iproto.raft_key.VOTE --- - 1 ...
box.index
box.iproto.
raft_key
¶Contains the keys from the IPROTO_RAFT_*
requests.
Learn more: Synchronous replication keys.
Example
tarantool> box.iproto.raft_key.TERM
---
- 0
...
tarantool> box.iproto.raft_key.VOTE
---
- 1
...