lua.RemoveLockScript.lua Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redpulsar-core Show documentation
Show all versions of redpulsar-core Show documentation
Provides core functionality for RedPulsar Distributed locks and utilities.
The newest version!
if redis.call("get", KEYS[1]) == ARGV[1] then
return redis.call("del", KEYS[1])
end
return nil