Skip to content

Commit d902273

Browse files
authored
feat: release v1.3.2 (#16)
1 parent 60f7b48 commit d902273

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package = "lua-resty-redis-cluster"
2+
version = "1.3.2-0"
3+
4+
source = {
5+
url = "git://github.com/iresty/lua-resty-redis-cluster",
6+
tag = "v1.3.2"
7+
}
8+
9+
10+
description = {
11+
summary = "Openresty lua client for redis cluster",
12+
detailed = [[
13+
Openresty environment lua client with redis cluster support.
14+
This is a wrapper around the 'resty.redis' library with cluster discovery
15+
and failover recovery support.
16+
]],
17+
homepage = "https://github.com/iresty/lua-resty-redis-cluster",
18+
license = "Apache License 2.0",
19+
}
20+
21+
build = {
22+
type = "builtin",
23+
modules = {
24+
["resty.rediscluster"] = "lib/resty/rediscluster.lua",
25+
["resty.xmodem"] = "lib/resty/xmodem.lua"
26+
}
27+
}

0 commit comments

Comments
 (0)