This website requires JavaScript.
Explore
Help
Sign In
root
/
redis
mirror of
https://github.com/redis/redis.git
Watch
1
Star
0
Fork
You've already forked redis
0
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
aa9a61ccd7
redis
/
deps
/
lua
/
test
/
echo.lua
6 lines
80 B
Lua
Raw
Blame
History
-- echo command line arguments
for
i
=
0
,
table.getn
(
arg
)
do
print
(
i
,
arg
[
i
]
)
end
Reference in New Issue
View Git Blame
Copy Permalink