DR::Tarantool

Perl driver for tarantool
Download

DR::Tarantool Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dmitry E. Oboukhov
  • Publisher web site:
  • http://mhddfs.uvw.ru/

DR::Tarantool Tags


DR::Tarantool Description

DR::Tarantool is a Perl module that provides sync and async drivers for tarantool.The driver uses libtarantool* libraries for making requests and parsing responses.SYNOPSIS use DR::Tarantool ':constant', 'tarantool'; use DR::Tarantool ':all'; my $tnt = tarantool host => '127.0.0.1', port => 123, spaces => { ... } ; $tnt->update( ... ); my $tnt = coro_tarantool host => '127.0.0.1', port => 123, spaces => { ... } ; use DR::Tarantool ':constant', 'async_tarantool'; async_tarantool host => '127.0.0.1', port => 123, spaces => { ... }, sub { ... } ; $tnt->update(...);Product's homepage


DR::Tarantool Related Software