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

.redisques.4.1.13.source-code.lock_release.lua Maven / Gradle / Ivy

There is a newer version: 4.1.11
Show newest version
local lockKey = KEYS[1]
local token = ARGV[1]

if redis.call("get", lockKey) == token then
    return redis.call("del", lockKey)
else
    return 0
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy