store.lua:lua-nginx 的全局存储库,如 openresty

时间:2024-06-19 04:10:50
【文件属性】:

文件名称:store.lua:lua-nginx 的全局存储库,如 openresty

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-19 04:10:50

Lua

商店.lua 像openresty一样为存储lib 像浏览器中的 localStorage 一样使用它,从不关心 nginx 中的 multi worker 的事情,store.lua 是uniq和global 灵感来自 用法 添加lua_shared_dict store 10m; 首先在 nginx.conf http 上下文中 local store = require ' store ' store. set ( ' foo ' , { key = ' bar ' }) store. get ( ' foo ' ) -- => {key = 'bar'} 应用程序接口 store.set(key, value, [expire]) value 可以是 table, json, num, string ... store.get(key) store.remove(ke


【文件预览】:
store.lua-master
----example()
--------timer.lua(489B)
----readme.md(952B)
----store.lua(2KB)

网友评论