示例#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);
 }