lua-resty-radixtree
lua-resty-radixtree copied to clipboard
feature: support new operator `%`
"vars": [
{"arg_id", "%", "7", "<=", 4}
]
it means: ngx.var.arg_id % 7 <= 4
,