コード例 #1
0
 /**
  * @param $key string
  * @return Mixed
  */
 public function unlock($key)
 {
     return $this->client->unlock($this->encodeKey($key));
 }