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-02 years ago3,039 downloads
0.11-07 years ago26,174 downloads
0.10-07 years ago1,716 downloads
0.08-08 years ago695 downloads
0.07-08 years ago569 downloads

Dependencies

lua >= 5.1

Dependency for

ledge

Manifests