Module: LWTarantool

Defined in:
lib/lwtarantool.rb,
lib/lwtarantool/request.rb,
lib/lwtarantool/connection.rb,
ext/lwtarantool/lwtarantool.c

Overview

LWTarantool

A modern and simple Tarantool 1.7+ library for Ruby.

It doesn’t support all tarantool protocol features, the only function calls, but allow work with tarantool in async paradigm.

Defined Under Namespace

Classes: Connection, Error, LoginError, Request, ResolvError, SyncError, SystemError, TimeoutError, TooLargeRequestError, UnknownError

Class Method Summary collapse

Class Method Details

.new(args) ⇒ LWTarantool::Connection



20
21
22
# File 'lib/lwtarantool.rb', line 20

def self.new(args)
  LWTarantool::Connection.new(args)
end