This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/integrations/docker/hello.lua
2016-07-06 16:58:58 -05:00

4 lines
100 B
Lua

local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")