diff options
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.lua | 3 |
1 files changed, 3 insertions, 0 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 new file mode 100644 index 00000000..59a2dea6 --- /dev/null +++ b/netcon/docker-test/redis/redis-3.0.4-1.fc23.x86_64/hello.lua @@ -0,0 +1,3 @@ +local msg = "welcome to the machine!" +redis.call("SET", "msg", msg) +return redis.call("GET", "msg") |
