Ejemplo n.º 1
0
 public function getAllAcquiredLockKeys()
 {
     return $this->backend->getKeysMatchingPattern($this->lockKeyStart . '*');
 }