tntlua
tntlua copied to clipboard
Tarantool 1.5 Lua stored procedures
For instance (tqueue.lua): 1. There are no limits and retry parameters described in comment, while they are both mandatory for box.queue.put 2. timeout parameter is not actually supported by box.queue.take...
The guardian loop is broken, since get_fiber_id can throw an error if the fiber is dead. fiber:id() for dead fibers doesn't work starting from Tarantool 1.4 I think. If a...
A little scripts optimizations for speed.