module tarantool.utils
¶
This module provides utility functions for the package.
- class tarantool.utils.Greeting(version_id: Optional = 0, protocol: Optional[str] = None, uuid: Optional[str] = None, salt: Optional[str] = None)¶
Connection greeting info.
- tarantool.utils.greeting_decode(greeting_buf)¶
Decode Tarantool server greeting.
- tarantool.utils.strxor(rhs, lhs)¶
XOR two strings.
- tarantool.utils.version_id(major, minor, patch)¶