docker test update + makefile update

This commit is contained in:
Joseph Henry
2016-07-07 03:00:11 -05:00
parent eb397a68c4
commit 196b487d95
14 changed files with 285 additions and 84 deletions

View File

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