Module roles.storage¶
Local task storage module, used by default.
You must provide the same interface if you want to write your own one.
Functions¶
select (index, key, opts)¶
Select task log.
Parameters:
index: (string) index to iterate over; default is
id
key: (string) index key value
opts: (optional table) compatible with[vanilla Tarantool iterator parameters](https://www.tarantool.io/en/doc/1.10/book/box/box_index/#lua-function.index_object.select)