SortedSets
redis.commands.SortedSets
Attributes
- Source:
- SortedSets.scala
- Graph
- Supertypes
- Known subtypes
- trait RedisCommandsclass RedisClientclass RedisClientMasterSlavesclass RedisClientMutablePoolclass RedisClientPoolclass RedisClusterclass TransactionBuilder
Members list
Concise view
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 methods
Attributes
- Inherited from:
- Request
- Source:
- Request.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- Request
- Source:
- Request.scala