コード例 #1
0
 public function unlock($key)
 {
     return $this->memcached->delete($this->prefix . self::LOCK_PREFIX . $key);
 }