Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
bignose
/
zerotier-one
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
Pull Requests
0
Árbore:
9cc2733ed8
Ramas
Etiquetas
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
Histórico
Raw
1
2
3
4
local msg = "welcome to the machine!"
redis.call("SET", "msg", msg)
return redis.call("GET", "msg")