美国服务器redis实现分布式时锁超时的处理方法:
可延长锁超时时间,示例代码:
if redis.call(“get”,KEYS[1]) == ARGV[1] then
redis.call(“set”,KEYS[1],ex=3000)
else
getDLock();//重新获取锁
美国服务器redis实现分布式时锁超时的处理方法:
可延长锁超时时间,示例代码:
if redis.call(“get”,KEYS[1]) == ARGV[1] then
redis.call(“set”,KEYS[1],ex=3000)
else
getDLock();//重新获取锁