object SortedSetRequests
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SortedSetRequests
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ZAdd[W](key: String, members: Map[W, Score])(implicit writer: Writer[W]) extends Request[Long] with Key with Product with Serializable
- case class ZCard(key: String) extends Request[Long] with Key with Product with Serializable
- case class ZCount(key: String, min: ScoreLimit, max: ScoreLimit) extends Request[Long] with Key with Product with Serializable
- case class ZIncrBy[W](key: String, increment: Double, member: W)(implicit evidence$1: Writer[W]) extends Request[Double] with Key with Product with Serializable
- case class ZInterStore(destination: String, keys: Seq[String], aggregate: Aggregate) extends Request[Long] with Key with Product with Serializable
- case class ZInterStoreWeighted(destination: String, keyWeightPairs: Map[String, Double], aggregate: Aggregate) extends Request[Long] with Key with Product with Serializable
- case class ZLexCount(key: String, min: LexicalScoreLimit, max: LexicalScoreLimit) extends Request[Long] with Key with Product with Serializable
- case class ZRange[R, CC[X] <: Iterable[X]](key: String, start: Long, stop: Long)(implicit evidence$2: Reader[R], factory: Factory[R, CC[R]]) extends Request[CC[R]] with Key with Product with Serializable
- case class ZRangeByLex[R, CC[X] <: Iterable[X]](key: String, min: LexicalScoreLimit, max: LexicalScoreLimit, limitOpt: Option[(Long, Int)])(implicit evidence$4: Reader[R], factory: Factory[R, CC[R]]) extends Request[CC[R]] with Key with Product with Serializable
- case class ZRangeByScore[R, CC[X] <: Iterable[X]](key: String, min: ScoreLimit, max: ScoreLimit, limitOpt: Option[(Long, Int)])(implicit evidence$5: Reader[R], factory: Factory[R, CC[R]]) extends Request[CC[R]] with Key with Product with Serializable
- case class ZRangeByScoreWithScores[R, CC[X] <: Iterable[X]](key: String, min: ScoreLimit, max: ScoreLimit, limitOpt: Option[(Long, Int)])(implicit evidence$6: Reader[R], factory: Factory[(R, Score), CC[(R, Score)]]) extends Request[CC[(R, Score)]] with Key with Product with Serializable
- case class ZRangeWithScores[R, CC[X] <: Iterable[X]](key: String, start: Long, stop: Long)(implicit evidence$3: Reader[R], factory: Factory[(R, Score), CC[(R, Score)]]) extends Request[CC[(R, Score)]] with Key with Product with Serializable
- case class ZRank[W](key: String, member: W)(implicit evidence$7: Writer[W]) extends Request[Option[Long]] with Key with Product with Serializable
- case class ZRem[W](key: String, members: W*)(implicit writer: Writer[W]) extends Request[Long] with Key with Product with Serializable
- case class ZRemRangeByLex(key: String, min: LexicalScoreLimit, max: LexicalScoreLimit) extends Request[Long] with Key with Product with Serializable
- case class ZRemRangeByRank(key: String, start: Long, stop: Long) extends Request[Long] with Key with Product with Serializable
- case class ZRemRangeByScore(key: String, min: ScoreLimit, max: ScoreLimit) extends Request[Long] with Key with Product with Serializable
- case class ZRevRange[R, CC[X] <: Iterable[X]](key: String, start: Long, stop: Long)(implicit evidence$8: Reader[R], factory: Factory[R, CC[R]]) extends Request[CC[R]] with Key with Product with Serializable
- case class ZRevRangeByScore[R, CC[X] <: Iterable[X]](key: String, max: ScoreLimit, min: ScoreLimit, limitOpt: Option[(Long, Int)])(implicit evidence$10: Reader[R], factory: Factory[R, CC[R]]) extends Request[CC[R]] with Key with Product with Serializable
- case class ZRevRangeByScoreWithScores[R, CC[X] <: Iterable[X]](key: String, max: ScoreLimit, min: ScoreLimit, limitOpt: Option[(Long, Int)])(implicit evidence$11: Reader[R], factory: Factory[(R, Score), CC[(R, Score)]]) extends Request[CC[(R, Score)]] with Key with Product with Serializable
- case class ZRevRangeWithScores[R, CC[X] <: Iterable[X]](key: String, start: Long, stop: Long)(implicit evidence$9: Reader[R], factory: Factory[(R, Score), CC[(R, Score)]]) extends Request[CC[(R, Score)]] with Key with Product with Serializable
- case class ZRevRank[W](key: String, member: W)(implicit evidence$12: Writer[W]) extends Request[Option[Long]] with Key with Product with Serializable
- case class ZScan[R, CC[X] <: Iterable[X]](key: String, cursor: Long, matchOpt: Option[String], countOpt: Option[Int])(implicit evidence$13: Reader[R], factory: Factory[(R, Score), CC[(R, Score)]]) extends Request[(Long, CC[(R, Score)])] with Key with Product with Serializable
- case class ZScore[W](key: String, member: W)(implicit evidence$14: Writer[W]) extends Request[Option[Score]] with Key with Product with Serializable
- case class ZUnionStore(destination: String, keys: Seq[String], aggregate: Aggregate) extends Request[Long] with Key with Product with Serializable
- case class ZUnionStoreWeighted(destination: String, keyWeightPairs: Map[String, Double], aggregate: Aggregate) extends Request[Long] with Key with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object ZAdd extends Command with WriteCommand with Serializable
- object ZCard extends Command with Serializable
- object ZCount extends Command with Serializable
- object ZIncrBy extends Command with WriteCommand with Serializable
- object ZInterStore extends Command with WriteCommand with Serializable
- object ZLexCount extends Command with Serializable
- object ZRange extends Command with Serializable
- object ZRangeByLex extends Command with Serializable
- object ZRangeByScore extends Command with Serializable
- object ZRank extends Command with Serializable
- object ZRem extends Command with WriteCommand with Serializable
- object ZRemRangeByLex extends Command with WriteCommand with Serializable
- object ZRemRangeByRank extends Command with WriteCommand with Serializable
- object ZRemRangeByScore extends Command with WriteCommand with Serializable
- object ZRevRange extends Command with Serializable
- object ZRevRangeByScore extends Command with Serializable
- object ZRevRank extends Command with Serializable
- object ZScan extends Command with Serializable
- object ZScore extends Command with Serializable
- object ZUnionStore extends Command with WriteCommand with Serializable