Closed
Description
Product: Tarantool
Audience/target: developers
Root document:
https://www.tarantool.io/en/doc/latest/book/box/data_model/
SME: @ alyapunov
Details
<…>
Scalar / compound
MsgPack type
Lua type
Example value|scalar
nil
“nil”
nil|scalar
boolean
“boolean”
truescalar
string
“string”
'A B C'
<…>
https://www.tarantool.io/en/doc/latest/book/box/data_model/
По-моему тут ошибка. msgpack nil это box.null
, а не nil
. Проверьте, пожалуйста.