Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
bignose
/
zerotier-one
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
Oczekujące zmiany
0
Drzewo:
9cc2733ed8
Gałęzie
Tagi
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
Czysty
1
2
3
4
local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")