criss | 发布于 2018-04-15 22:50:41 | 阅读量 312 | ? 基础 ? ? lua ?
发布于 2018-04-15 22:50:41 | ? 基础 ? ? lua ?
local cats = ngx.shared.cats local succ, err, forcible = cats:set("Marry", "it is a nice cat!") lua_shared_dict <name> <size> lua 共享 字典 该命令主要是定义一块名为name的共享内存空间,内存大小为size。通
继续阅读