t.tinystruct.1.4.5.source-code.unlock.lua Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tinystruct Show documentation
Show all versions of tinystruct Show documentation
A simple framework for Java development. Simple is hard, Complex is easy. Better thinking, better design.
local key = KEYS[1]
local content = KEYS[2]
local value = redis.call('get', key)
if value == content then
return redis.call('del', key);
end
return 0;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy