We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f7b48 commit d902273Copy full SHA for d902273
rockspec/lua-resty-redis-cluster-1.3.2-0.rockspec
@@ -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