lua-resty-fastdfs:ngx_lua 的非阻塞 Lua FastDFS 驱动程序库

时间:2024-07-01 04:54:31
【文件属性】:

文件名称:lua-resty-fastdfs:ngx_lua 的非阻塞 Lua FastDFS 驱动程序库

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-01 04:54:31

Lua

lua-resty-fastdfs ngx_lua 的非阻塞 Lua FastDFS 驱动程序库 local tracker = require('resty.fastdfs.tracker') local storage = require('resty.fastdfs.storage') local tk = tracker:new() tk:set_timeout(3000) local ok, err = tk:connect({host='192.168.85.249',port=22122}) function _dump_res(res) for i in pairs(res) do ngx.say(string.format("%s:%s",i, res[i])) end ngx.say("") end if not ok then


【文件预览】:
lua-resty-fastdfs-master
----lib()
--------resty()
----README.md(4KB)

网友评论