I installed tarantool (tarantool_box) and tarantool-client. I can start tarantool
/usr/bin/tarantool_box
but when I try to connect to the server
/usr/bin/tarantool
I see only the admin console
localhost>
and can only use some commands and sql-like queries. I can not use any commands from the user manual, and almost all commands starting with lua fail:
lua console = require('console') --- error: 'Lua error: [string "local console = require(''console'')"]:1: attempt to call global ''require'' (a nil value)' ...
source share