SortedSets
redis.commands.SortedSets
trait SortedSets extends Request
Attributes
- Source
- SortedSets.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait RedisCommandsclass TransactionBuilderclass RedisClientclass RedisClientMasterSlavesclass RedisClientMutablePoolclass RedisClientPoolclass RedisClusterShow all
Members list
Value members
Concrete methods
Attributes
- Source
- SortedSets.scala
def zaddWithOptions[V : ByteStringSerializer](key: String, options: Seq[ZaddOption], scoreMembers: (Double, V)*): Future[Long]
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
def zrangeWithscores[R : ByteStringDeserializer](key: String, start: Long, stop: Long): Future[Seq[(R, Double)]]
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
def zrangebyscore[R : ByteStringDeserializer](key: String, min: Limit, max: Limit, limit: Option[(Long, Long)]): Future[Seq[R]]
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
def zrevrangeWithscores[R : ByteStringDeserializer](key: String, start: Long, stop: Long): Future[Seq[(R, Double)]]
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
def zrevrangebyscore[R : ByteStringDeserializer](key: String, min: Limit, max: Limit, limit: Option[(Long, Long)]): Future[Seq[R]]
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Attributes
- Source
- SortedSets.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- Request
- Source
- Request.scala
Implicits
Inherited and Abstract implicits
Attributes
- Inherited from:
- Request
- Source
- Request.scala
In this article