localuuid =require'resty.jit-uuid'uuid.seed()---> automatic seeding with os.time(), LuaSocket, or ngx.time()uuid()---> v4 UUID (random)uuid.generate_v4()---> v4 UUIDuuid.generate_v3()---> v3 UUID (name-based with MD5)uuid.generate_v5()---> v5 UUID (name-based with SHA-...
LuaJIT: localuuid=require'resty.jit-uuid'uuid.seed()---> automatic seeding with os.time(), LuaSocket, or ngx.time()uuid()---> v4 UUID (random)uuid.generate_v4()---> v4 UUIDuuid.generate_v3()---> v3 UUID (name-based with MD5)uuid.generate_v5()---> v5 UUID (name-based wit...
Thank you. --vim:set ts=4 sts=4 sw=4 et:---jit-uuid--Fast and dependency-free UUID library for LuaJIT/ngx_lua.--@modulejit-uuid--@authorThibault Charbonnier--@licenseMIT--@release0.0.7localbit=require'bit'localtohex=bit.tohexlocalband=bit.bandlocalbor=bit.borlocal_M={_VERSION='0.0...
LuaJIT:LUA代码解释器,使用OpenResty中集成的版本 GD库:C图形库 Lua-GD库:Lua绑定的C图形库,使得lua可调用gd Lua-Resty-UUID库:用于生成UUID,保证图片命名唯一性 LuaSocket:lua 的 socket 库 安装lua 安装编译所需软件包: $ yum install -y make gcc 下载并编译安装 lua-5.1: $ yum install -y readline-...
lua-resty-jit-uuid - 一个纯粹的LuaJIT(没有依赖关系)的uuid生成器 lua-resty-tsort - 对输入数据执行拓扑排序 lua-resty-postal - LuaJIT FFI绑定到libpostal - 全球街道地址的快速统计分析器/标准器。 lua-resty-libinjection - 用于libinjection的LuaJIT FFI绑定,一个SQL / SQLi分词器和分析器 ...
uuidluajitopenrestylua-restyngx-lua UpdatedJan 10, 2020 Perl tokers/lua-resty-requests Star165 Code Issues Pull requests Yet Another HTTP library for OpenResty - For human beings! openrestylua-resty UpdatedMay 6, 2020 Lua Limit the request processing rate between multiple NGINX instances backed by...
dependencies = { "lua-resty-template = 1.9", "lua-resty-etcd = 1.1", "lua-resty-etcd = 1.2", "lua-resty-balancer = 0.02rc5", "lua-resty-ngxvar = 0.5", "lua-resty-jit-uuid = 0.0.7", 0 comments on commit 9d1a210 Please sign in to comment. Footer...
lua-resty-uuid— LuaJIT FFI bindings for libuuid, a DCE compatible Universally Unique Identifier library lua-resty-jit-uuid— A pure LuaJIT (no dependencies) uuid generator tuned for performance lua-resty-unique-id— Lua library for generating a unique ID for OpenResty lua-resty-tsort— Perfor...