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 7d61a02 commit 4b8743fCopy full SHA for 4b8743f
lib/resty/redis/connector.lua
@@ -20,7 +20,7 @@ end
20
21
22
local _M = {
23
- _VERSION = '0.02',
+ _VERSION = '0.03',
24
}
25
26
local mt = { __index = _M }
lib/resty/redis/sentinel.lua
@@ -9,7 +9,7 @@ end
9
10
11
local _M = {}
12
-_M._VERSION = 0.02
+_M._VERSION = 0.03
13
14
15
function _M.get_master(sentinel, master_name)
0 commit comments