lua-nginx-tarantool icon indicating copy to clipboard operation
lua-nginx-tarantool copied to clipboard

Driver for tarantool 1.6 on nginx cosockets

Results 3 lua-nginx-tarantool issues
Sort by recently updated
recently updated
newest added

This code: ``` local tnt = require 'tarantool' local tar, err = tnt:new({...}) ``` giving this error: ``` runtime error: /opt/lua/res_access.lua:33: attempt to index local 'tnt' (a boolean value) ```...

Is it possible to merge changes from [here](https://github.com/perusio/lua-resty-tarantool)?

Tarantool 1.7.1 adds a new implementation of CALL command which supports EVAL-style marshalling, i.e. returned data is not converted to tuples anymore. Old CALL command (code = 6) is deprecated....