4 lines
100 B
Lua
Raw Normal View History

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