summaryrefslogtreecommitdiff
path: root/netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua')
-rw-r--r--netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua b/netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua
deleted file mode 100644
index 59a2dea6..00000000
--- a/netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-local msg = "welcome to the machine!"
-redis.call("SET", "msg", msg)
-return redis.call("GET", "msg")