lua-users home
lua-l archive

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


the usage of it is the same as redis-lua
 
local redis = require 'bamboo-redis'
local db = redis.connect()
db:keys('*')
 
.....

On Wed, Aug 1, 2012 at 1:09 PM, Tang Daogang <daogangtang@gmail.com> wrote:
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.




--
Nothing is impossible.