Exemple #1
0
 /**
  * @param string $key
  * @param string $start
  * @param string $end
  */
 public function zRemRangeByScore($key, $start, $end)
 {
     $this->_redis->zRemRangeByScore($key, $start, $end);
 }