The translation was automatically locked due to following alerts: Could not merge the repository.
Loading…
![]() New source string testing_project / Documentation: dev_guide/internals/msgpack_extensions — English |
Things to check
Glossary
English | English | ||
---|---|---|---|
No related strings found in the glossary. |
---
...
tarantool> I
---
- +1 years, 200 months, -77 days
...
tarantool> M = msgpack.encode(I)
---
...
tarantool> M
---
- !!binary xwsGBAABAczIA9CzCAE=
...
tarantool> tohex = function(s) return (s:gsub('.', function(c) return string.format('%02X ', string.byte(c)) end)) end
---
...
tarantool> tohex(M)
---
- 'C7 0B 06 04 00 01 01 CC C8 03 D0 B3 08 01 '
...