YuanSheng Wang
YuanSheng Wang
I checked the doc: https://github.com/Koihik/LuaFormatter/blob/master/docs/Style-Config.md I do not find this field.
``` + git clone -b master https://github.com/apache/apisix.git /tmp/apisix Cloning into '/tmp/apisix'... + cd /tmp/apisix + git submodule init + git submodule update + cd dashboard /bin/sh: cd: line 1: can't...
We can fetch the `lua-resty-hmac` from `luarocks` or `opm` now. So I think we can delete the folder "vendor" now. We only need to set the correct dependency library for...
```lua local json = require('rapidjson') local schema = { type = "object", properties = { key = {type = "string"}, secret = {type = "string", default = "xxxxxxxxx"} } }...
get main code from [ppolv/lua-nginx-module/commit](https://github.com/ppolv/lua-nginx-module/commit/3d0bbed92f73571aa79474d4ea416b22a9bffbd8)
never overrides the (least recently used) unexpired items in the store when running out of storage in the shared memory zone
do support mysql's prepare statement. there are two ways for calling: ``` lua -- first way mysql:new db:connect db:run -- another way mysql:new db:connect db:prepare db:execute db:set_keepalive ``` PS: It's...
How about we split it into multiple small tables? 
https://github.com/Miss-you/apisix-book/blob/master/SUMMARY.md