Query: dr::tarantool::coroclient
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DR::Tarantool::CoroClient(3pm) User Contributed Perl Documentation DR::Tarantool::CoroClient(3pm)NAMEDR::Tarantool::CoroClient - async coro driver for tarantool <http://tarantool.org>SYNOPSISuse DR::Tarantool::CoroClient; use Coro; my $client = DR::Tarantool::CoroClient->connect( port => $port, spaces => $spaces; ); my @res; for (1 .. 100) { async { push @res => $client->select(space_name => $_); } } cede while @res < 100;METHODSconnect Connects to tarantool. Arguments The same as "connect" in DR::Tarantool::AsyncClient exclude callback. Returns a connector or croaks error. ping The same as "ping" in DR::Tarantool::AsyncClient exclude callback. Returns TRUE or FALSE if an error. insert The same as "insert" in DR::Tarantool::AsyncClient exclude callback. Returns tuples that were extracted from database or undef. Croaks error if an error was happened. select The same as "select" in DR::Tarantool::AsyncClient exclude callback. Returns tuples that were extracted from database or undef. Croaks error if an error was happened. update The same as "update" in DR::Tarantool::AsyncClient exclude callback. Returns tuples that were extracted from database or undef. Croaks error if an error was happened. delete The same as "delete" in DR::Tarantool::AsyncClient exclude callback. Returns tuples that were extracted from database or undef. Croaks error if an error was happened. call_lua The same as "call_lua" in DR::Tarantool::AsyncClient exclude callback. Returns tuples that were extracted from database or undef. Croaks error if an error was happened. perl v5.14.2 2012-06-04 DR::Tarantool::CoroClient(3pm)
Related Man Pages |
---|
dr::readme(3pm) - debian |
dr::tarantool(3pm) - debian |
dr::tarantool::llclient(3pm) - debian |
dr::tarantool::syncclient(3pm) - debian |
dr::tarantool::tuple(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
how do i finish this last one.. |
exclude multiple records |
what happened to admintool? |
tar error exit delayed form pervious error |
[Solved] Using Find with an exclude/exclude file |