EL
Size: a a a
EL
AK
I
I
AK
EL
I
TarantoolClient::fromOptions([
'uri' => "tcp://{$host}:{$settings['tarantool']['port']}",
'username' => $settings['tarantool']['username'],
'password' => $settings['tarantool']['password'],
'tcp_nodelay' => true,
'persistent' => true,
'connect_timeout' => 20,
'socket_timeout' => 20,
])->withMiddleware(
RetryMiddleware::linear()
);
EL
EL
$tarantool->evaluate('return box.space._space:select()');, все еще бросает ошибку?I
Execute access to universe '' is denied for user 'guest'I
EL
Execute access to universe '' is denied for user 'guest'$res = $tarantool->call('box.space._space:select')EL
tarantool?I
tarantool?EL
I
$res = $tarantool->call('box.space._space:select')Unable to unpack packet length, ошибка про guest ушлаI
EL
$taranool->getHandler()->getConnection()->close();