OmniQ is a language-agnostic queue core implemented in Redis + Lua. Language SDKs embed these Lua scripts and must follow the contract.
scripts/— Lua scripts that implement the core protocoldocs/— the v1 contract and configuration docsdocs/omni-contract.md— normative client contractdocs/CONFIG.md— configuration contract and semantics
This repo is the source of truth for:
- Lua script behavior
- contract/docs
Release tags follow SemVer, e.g. v1.0.0.
SDK repos must copy the lua scripts of this repo