File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ package = " lua-resty-redis-connector"
2+ version = " 0.02-0"
3+ source = {
4+ url = " git://github.com/pintsized/lua-resty-redis-connector" ,
5+ tag = " v0.02"
6+ }
7+ description = {
8+ summary = " Connection utilities for lua-resty-redis." ,
9+ detailed = [[
10+ Connection utilities for lua-resty-redis, making it easy and
11+ reliable to connect to Redis hosts, either directly or via Redis
12+ Sentinel.
13+ ]] ,
14+ homepage = " https://github.com/pintsized/lua-resty-redis-connector" ,
15+ license = " 2-clause BSD" ,
16+ maintainer = " James Hurst <james@pintsized.co.uk>"
17+ }
18+ dependencies = {
19+ " lua >= 5.1" ,
20+ }
21+ build = {
22+ type = " builtin" ,
23+ modules = {
24+ [" resty.redis.connector" ] = " lib/resty/redis/connector.lua" ,
25+ [" resty.redis.sentinel" ] = " lib/resty/redis/sentinel.lua"
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments