文件名称:lua-resty-memcache-server:基于openresty(nginx + luajit)的memcached服务器
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-15 02:50:19
Lua
lua-resty-memcached服务器 那是一个基于openresty的memcached服务器(带有nginx-tcp-lua-server补丁)。 它现在仅支持设置/获取操作。 使用exmaple(内存缓存协议) 句法: --> set key1 0 0 3 --> val <-- STORED --> get key1 <-- VALUE key1 0 3 <-- val <-- END --> hset k f 0 0 2 --> mm <-- STORED --> hget k f <-- VALUE k f 0 2 <-- mm <-- END 添加您的界面 请查看lua / memcached_interface.lua,您可以通过相同的方式将新操作添加为“设置/获取” function _M.set( command, value ) lru_stor
【文件预览】:
lua-resty-memcache-server-master
----conf()
--------nginx.conf(851B)
----t()
--------test.lua(2KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(324B)
----resty()
--------lrucache.lua(5KB)
--------iresty_test.lua(6KB)
----lua()
--------entrypoint.lua(1KB)
--------memcached_interface.lua(3KB)