Ejemplo n.º 1
0
 /** 尝试锁 */
 public boolean tryLock() {
   return redis.STRINGS.setnx(lockName, lockValue) >= 1;
 }