Example #1
0
 /**
  * @param $key
  * @param bool $withScores
  * @return array
  */
 public function get($key, $withScores = false, $start = 0, $end = -1)
 {
     return $this->client->zRange($key, $start, $end, $withScores);
 }