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

cn.hiboot.mcn.autoconfigure.redis.unlock.lua Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
if redis.call('get', KEYS[1]) == ARGV[1] then return redis.call('del', KEYS[1]) else return 0 end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy