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

lock.unlock.lua Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
-- unlock key
local key     = KEYS[1]
local content = KEYS[2]
local value = redis.call('get', key)
if value == content then
--  redis.call('decr', "count")
  return redis.call('del', key);
end
return 0




© 2015 - 2025 Weber Informatics LLC | Privacy Policy