Skip to content

Commit ba380ba

Browse files
authored
feat: release v1.2.0
feat: release v1.2.0
2 parents 07f6b25 + 5665d04 commit ba380ba

File tree

1 file changed

+26
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)