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

Library for working with tarantool from nginx with the embedded Lua module or with Openresty

Results 4 lua-resty-tarantool issues
Sort by recently updated
recently updated
newest added

I tried to insert new tuples using the sequence index, but I got this error: `Invalid MsgPack - packet body` ```lua local res, err = tar:insert('projects', { 16, { name...

tarantool.lua: ```lua function M.exec(self, q, args) q = q:gsub("'%?'", '?'):gsub('"%?"', '?'):gsub("'", "\\'") if args then local replacements = { ['\0'] = '\\0', ['\\'] = '\\\\', ["'"] = "\\'\\'", ["%"] =...

хочется использовать конект к tarantool в секции ssl_certificate_by_lua. Но вылезает ошибка: ``` lua entry thread aborted: runtime error: .../libs/share/lua/5.1/resty/tarantool.lua:485: API disabled in the current context stack traceback: coroutine 0: [C]:...

Is there any chance that this and the original could be merged back. You have documented things well, but there have no changes for a while. If this had been...