Browse Source

合并冲突

kobe6258 3 weeks ago
parent
commit
58ee2dd864
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/lock/distrubtLock.go

+ 1 - 1
utils/lock/distrubtLock.go

@@ -63,7 +63,7 @@ func renewLock(key, holder string, expiration int) {
 		script := redis.NewScript(`
             local key = KEYS[1]
 			local clientId = ARGV[1]
-			local expiration = tonumber(ARGV[2])
+			local expiration = tonumber(ARGV[2]
             if redis.call("get", KEYS[1]) == ARGV[1] then
                 redis.call("SET", key, clientId, "EX", expiration)
 				 return 1