added new docker int folder

This commit is contained in:
Joseph Henry
2016-07-18 12:56:25 -07:00
parent aec98c37fb
commit 66dac9c20e
11 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")