lua-resty-qless

Lua binding to Qless (Queue / Pipeline management) for OpenResty

$ luarocks install lua-resty-qless

lua-resty-qless is a binding to qless-core from Moz - a powerful Redis based job queueing system inspired by resque, but instead implemented as a collection of Lua scripts for Redis.

This binding provides a full implementation of Qless via Lua script running in OpenResty / lua-nginx-module, including workers which can be started during the init_worker_by_lua phase.

Essentially, with this module and a modern Redis instance, you can turn your OpenResty server into a quite sophisticated yet lightweight job queuing system, which is also compatible with the reference Ruby implementation, Qless.

Note: This module is not designed to work in a pure Lua environment.

Versions

0.12-01 year ago2,429 downloads
0.11-06 years ago24,839 downloads
0.10-06 years ago397 downloads
0.08-07 years ago691 downloads
0.07-07 years ago565 downloads

Dependencies

lua >= 5.1

Dependency for

ledge

Manifests