コード例 #1
0
 /**
  * @param $key string
  * @param $time int
  * @return bool
  */
 public function delete($key, $time = 0)
 {
     return $this->client->delete($this->encodeKey($key), $time);
 }