summaryrefslogtreecommitdiff
path: root/netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua
blob: 59a2dea6b46552faa1c2554562059bc1a7e3f57c (plain)
1
2
3
local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")