lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


hi, luaer,
 
I want to release bamboo-redis now.
 
Project address:
https://github.com/daogangtang/bamboo-redis

bamboo-redis is the combination of [redis-lua](https://github.com/nrk/redis-lua) and [lua-hiredis](https://github.com/agladysh/lua-hiredis), brings redis-lua's syntax sugar and lua-hiredis' performance together.
you can use it by:
 
    local redis = requie 'bamboo-redis'
 
it depends on lua-hiredis, thanks to the author of the above two great projects.
 
 
enjoy it.


--
Nothing is impossible.