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 8090193 commit c153c61Copy full SHA for c153c61
lib/resty/acme/storage/redis.lua
@@ -91,7 +91,7 @@ function _M:add(k, v, ttl)
91
end
92
if err then
93
return err
94
- elseif ok == nil then
+ elseif ok == ngx.null then
95
return "exists"
96
97
0 commit comments