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-zerotierone/netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua
Joseph Henry 275a76ff5c Test update
2015-11-23 05:15:19 -08:00

4 lines
100 B
Lua

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