在使用nginx发送http请求时报如下错误:
lua: ./socket/http.lua:11: module 'socket' not found:
no field package.preload
no file './socket.lua'
no file '/usr/share/lua/5.1/socket.lua'
no file '/usr/sh ...……
一、Redis使用Lua脚本实例
1.1-示例1
1.用vim编辑器创建01.lua脚本文件
2.编写脚本内容调用redis
redis.call(amp;quot;setamp;quot;,amp;quot;ageamp;quot;,amp;quot;30amp;quot;)
local age = redis.call(amp;quot ...……