|
@@ -63,7 +63,7 @@ func renewLock(key, holder string, expiration int) {
|
|
if redis.call("get", KEYS[1]) == ARGV[1] then
|
|
if redis.call("get", KEYS[1]) == ARGV[1] then
|
|
redis.call("SET", key, clientId, "EX", expiration)
|
|
redis.call("SET", key, clientId, "EX", expiration)
|