lua.release.lua Maven / Gradle / Ivy
if redis.call('get', KEYS[1]) == ARGV[1] then
redis.call('del', KEYS[1])
return true
end
return false
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
if redis.call('get', KEYS[1]) == ARGV[1] then
redis.call('del', KEYS[1])
return true
end
return false