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

jie.opensource.distributed-redis-tool.1.0.3.source-code.lock.lua Maven / Gradle / Ivy

if redis.call('get', KEYS[1]) == ARGV[1] then
    return redis.call('del', KEYS[1])
else
    return 0
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy