博客 / 列表

其實我很dou - openresty微信公眾平台開發

Openresty Wechat 使用Nginx-LuaJit-OpenResty-Lapis技術棧搭建的專用於處理微信公眾號回調服務的項目 項目源碼 https://github.com/helloJiu/o... openresty源碼安裝(ubuntu為例) apt install gcc libpcre3-dev libssl-dev perl make build-essential z

lua , openresty , 微信公眾平台 , 後端

其實我很dou - openresty http client工具類lua-resty-http封裝

特性 使用連接池 項目源碼 https://github.com/helloJiu/o... 代碼 -- http客户端 -- https://github.com/ledgetech/lua-resty-http local http = require("resty/http") local config = { max_idle_time = 30000, pool_s

httpclient , luajit , openresty , 後端

其實我很dou - openresty redis工具類lua-resty-redis封裝

特性 使用連接池 連接只需要一次認證 項目源碼 https://github.com/helloJiu/o... 安裝 opm install openresty/lua-resty-redis 代碼 redis.lua -- redis客户端 local redis = require("resty/redis") local config = { host = "127.0.

redis , lua-resty-redis , openresty , 後端