|
|
|
@ -718,7 +718,7 @@ public class RedissonLock extends RedissonExpirable implements RLock {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public RFuture<Boolean> tryLockAsync(long threadId) {
|
|
|
|
|
return tryAcquireOnceAsync(-1,-1, null, threadId);
|
|
|
|
|
return tryAcquireOnceAsync(-1, -1, null, threadId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|