Skip to content

Instantly share code, notes, and snippets.

View jiancaiHub's full-sized avatar
🎯
Focusing

jiancai.wang jiancaiHub

🎯
Focusing
View GitHub Profile
local redis_c = require "resty.redis"
local ok, new_tab = pcall(require, "table.new")
if not ok or type(new_tab) ~= "function" then
new_tab = function (narr, nrec) return {} end
end
local _M = new_tab(0, 155)