예제 #1
0
파일: ListType.php 프로젝트: ig-hit/redis
 /**
  * @param $key
  * @param $value
  * @param int $limit
  * @return int
  */
 public function removeElement($key, $value, $limit = 0)
 {
     return $this->client->lRem($key, $value, $limit);
 }