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