We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d47e51 commit 087721bCopy full SHA for 087721b
rockspec/lua-resty-redis-cluster-1.1-0.rockspec
@@ -0,0 +1,26 @@
1
+package = "lua-resty-redis-cluster"
2
+version = "1.1-0"
3
+
4
+source = {
5
+ url = "git://github.com/iresty/lua-resty-redis-cluster",
6
+ tag = "v1.1"
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