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

lua.RemoveLockScript.lua Maven / Gradle / Ivy

The newest version!
if redis.call("get", KEYS[1]) == ARGV[1] then
    return redis.call("del", KEYS[1])
end
return nil




© 2015 - 2024 Weber Informatics LLC | Privacy Policy