Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
bignose
/
zerotier-one
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
Pull-pyynnöt
0
Puu:
9cc2733ed8
Branchit
Tagit
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
Historia
Raaka
1
2
3
4
local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")