Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
bignose
/
zerotier-one
Watch
1
Star
0
Fork
0
Files
Issues
Pull Requests
0
Tree:
9cc2733ed8
Branches
Tags
dev
license-clarification
manual-pages
master
1.1.4
1.1.2
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
zerotier-one
/
netcon
/
docker-test
/
redis
/
redis-3.0.4-1.fc23.x86_64
/
hello.lua
hello.lua
100 B
History
Raw
1
2
3
4
local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")