We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07f6b25 + 5665d04 commit ba380baCopy full SHA for ba380ba
rockspec/lua-resty-redis-cluster-1.2.0-0.rockspec
@@ -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