All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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