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/docker_demo/hello.lua

4 lines
100 B
Lua
Raw Normal View History

2016-07-18 12:56:25 -07:00
local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")