hello.lua 100 B

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