case class Zscan[K, C, R](key: K, cursor: C, count: Option[Int], matchGlob: Option[String])(implicit redisKey: ByteStringSerializer[K], redisCursor: ByteStringSerializer[C], deserializerR: ByteStringDeserializer[R], scoreDeserializer: ByteStringDeserializer[Double]) extends SimpleClusterKey[K] with RedisCommandMultiBulkCursor[Seq[(Double, R)]] with ByteStringDeserializerDefault with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Zscan
  2. Serializable
  3. Product
  4. Equals
  5. ByteStringDeserializerDefault
  6. RedisCommandMultiBulkCursor
  7. RedisCommandMultiBulk
  8. RedisCommand
  9. SimpleClusterKey
  10. ClusterKey
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Zscan(key: K, cursor: C, count: Option[Int], matchGlob: Option[String])(implicit redisKey: ByteStringSerializer[K], redisCursor: ByteStringSerializer[C], deserializerR: ByteStringDeserializer[R], scoreDeserializer: ByteStringDeserializer[Double])

Value Members

  1. implicit object ByteArray extends ByteStringDeserializer[Array[Byte]]
  2. implicit object RedisDouble extends ByteStringDeserializer[Double]
  3. implicit object String extends ByteStringDeserializer[String]
  4. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def ##(): Int
    Definition Classes
    AnyRef → Any
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val count: Option[Int]
    Definition Classes
    ZscanRedisCommandMultiBulkCursor
  10. val cursor: C
  11. val decodeRedisReply: PartialFunction[ByteString, DecodeResult[MultiBulk]]
    Definition Classes
    RedisCommandMultiBulkRedisCommand
  12. def decodeReply(mb: MultiBulk): Cursor[Seq[(Double, R)]]
  13. def decodeResponses(responses: Seq[RedisReply]): Seq[(Double, R)]
    Definition Classes
    ZscanRedisCommandMultiBulkCursor
  14. val empty: Seq[(Double, R)]
    Definition Classes
    ZscanRedisCommandMultiBulkCursor
  15. def encode(command: String, args: Seq[ByteString]): ByteString
    Definition Classes
    RedisCommand
  16. def encode(command: String): ByteString
    Definition Classes
    RedisCommand
  17. val encodedRequest: ByteString
    Definition Classes
    ZscanRedisCommand
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getSlot(): Int
    Definition Classes
    SimpleClusterKeyClusterKey
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val isMasterOnly: Boolean
    Definition Classes
    ZscanRedisCommand
  23. val key: K
    Definition Classes
    ZscanSimpleClusterKey
  24. val keyAsString: ByteString
    Definition Classes
    SimpleClusterKey
  25. val matchGlob: Option[String]
    Definition Classes
    ZscanRedisCommandMultiBulkCursor
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def withOptionalParams(params: Seq[ByteString]): Seq[ByteString]
    Definition Classes
    RedisCommandMultiBulkCursor

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RedisCommandMultiBulkCursor[Seq[(Double, R)]]

Inherited from RedisCommandMultiBulk[Cursor[Seq[(Double, R)]]]

Inherited from RedisCommand[MultiBulk, Cursor[Seq[(Double, R)]]]

Inherited from SimpleClusterKey[K]

Inherited from ClusterKey

Inherited from AnyRef

Inherited from Any

Ungrouped