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

lua.COMPARE_DELETE.lua Maven / Gradle / Ivy

There is a newer version: 1.0.14.17
Show newest version
if (redis.call('host', KEYS[1]) == ARGV[1])
then
    return redis.call('del', KEYS[1]) == 1
end
return false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy