]> git.saurik.com Git - redis.git/blob - deps/lua/test/hello.lua
Added aof_backgronud_fsync() function, and use it in the bacground rewrite done handl...
[redis.git] / deps / lua / test / hello.lua
1 -- the first program in every language
2
3 io.write("Hello world, from ",_VERSION,"!\n")