package = "lua-resty-redis"
version = "0.29-0"
source = {
   url = "git://github.com/openresty/lua-resty-redis.git"
}
description = {
   homepage = "https://github.com/openresty/lua-resty-redis",
   license = "BSD"
}
build = {
   type = "builtin",
   modules = {
      ["resty.redis"] = "lib/resty/redis.lua"
   }
}
