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 56a3fa8 commit 89dbf1fCopy full SHA for 89dbf1f
lib/resty/redis/connector.lua
@@ -123,7 +123,7 @@ local default_disabled_commands = {
123
124
125
local _M = {
126
- _VERSION = '0.06',
+ _VERSION = '0.07',
127
}
128
129
local mt = { __index = _M }
lib/resty/redis/sentinel.lua
@@ -10,7 +10,7 @@ end
10
11
12
13
- _VERSION = '0.06'
+ _VERSION = '0.07'
14
15
16
0 commit comments