lua-resty-radixtree icon indicating copy to clipboard operation
lua-resty-radixtree copied to clipboard

feature: support new operator `%`

Open membphis opened this issue 5 years ago • 0 comments

"vars": [
        {"arg_id", "%", "7", "<=", 4}
    ]

it means: ngx.var.arg_id % 7 <= 4,

membphis avatar Nov 28 '19 09:11 membphis