Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 31st, 2017
234
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
(
function
setUser
(
i
)
{
if
(
i
>
8
)
return
;
redisClient.
hgetall
(
'space'
+
i
,
function
(
err
,
obj
)
{
if
(
...
)
{
...
}
else
{
setUser
(
i
+
1
)
;
}
}
)
;
}
)
(
1
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Backend advantage
CSS | 2 min ago | 0.23 KB
VNC SCRIPT 2/2: autoinput.vbs
VBScript | 3 hours ago | 0.23 KB
VNC SCRIPT 1/2: vncauto.bat
Batch | 3 hours ago | 0.72 KB
Metroid Mission Rescue state condition list f...
ASM (NASM) | 3 hours ago | 1.49 KB
videoscheomedia
XML | 5 hours ago | 1.00 KB
Untitled
10 hours ago | 14.91 KB
autconnectVNC.bat
Batch | 10 hours ago | 0.93 KB
Helpful Windows commands
10 hours ago | 0.75 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!