removed old netcon references in docker test files
This commit is contained in:
3
integrations/docker/hello.lua
Normal file
3
integrations/docker/hello.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
local msg = "welcome to the machine!"
|
||||
redis.call("SET", "msg", msg)
|
||||
return redis.call("GET", "msg")
|
||||
Reference in New Issue
Block a user