]> git.saurik.com Git - redis.git/blame_incremental - deps/lua/test/echo.lua
Sentinel: SENTINEL FAILOVER command implemented.
[redis.git] / deps / lua / test / echo.lua
... / ...
CommitLineData
1-- echo command line arguments
2
3for i=0,table.getn(arg) do
4 print(i,arg[i])
5end