Giter Site home page Giter Site logo

protocol-tarantool's Introduction

NAME
    Protocol::Tarantool - Binary protocol of Tarantool/Box database

SYNOPSIS
        use Protocol::Tarantool;

        my $key1 = [ 'value1','value2' ];
        my $key2 = [ 'value3','value4' ];
        my $tuple = [ 1,2'data',3,'moredata'];

        # Pack request packets
        my $packet = Protocol::Tarantool::select( $req_id, $sp_no, $idx_no, $offset, $limit, [ $key1, $key2 ]);
        my $packet = Protocol::Tarantool::insert( $req_id, $sm_no, $flags, $tuple);
        my $packet = Protocol::Tarantool::delete( $req_id, $sm_no, $flags, $tuple);
        my $packet = Protocol::Tarantool::lua(    $req_id, $flags, $function_name, [ $arg1, $arg2, $arg3 ]);

        # Unpack response packet
        # detect total size of packet by first bytes of header (need first 8 bytes). Return -1 if not enough data
        my $size_of_packet = Protocol::Tarantool::peek_size( \$packet );

        my $response = Protocol::Tarantool::response( $packet );

  EXPORT
    None by default.

SEE ALSO
    AnyEvent::Tarantool - AnyEvent client that uses this protocol
    DR::Tarantool - Another sync and async implementation
    MR::Tarantool::Box - First client by Mail.Ru

AUTHOR
    Mons Anderson <[email protected]>

LICENSE
    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.

COPYRIGHT
    Copyright 2012 Mons Anderson, Mail.ru, all rights reserved.

protocol-tarantool's People

Contributors

mons avatar unera avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.