Method RedisClient.zrange

Prototypes

RedisReply zrange(
  string key,
  uint start,
  uint end,
  bool withScores
);