예제 #1
0
파일: Client.php 프로젝트: cargomedia/cm
 /**
  * Remove a value from a set
  *
  * @param string $key
  * @param string $value
  * @return int
  */
 public function sRem($key, $value)
 {
     return $this->_redis->sRem($key, $value);
 }