ZeroTierOne/netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua

4 lines
100 B
Lua
Raw Normal View History

2015-11-23 13:15:19 +00:00
local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")