Zscan

redis.api.sortedsets.Zscan
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

Attributes

Source:
SortedSets.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
ByteStringDeserializerDefault
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ByteStringDeserializerDefault
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ByteStringDeserializerDefault
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def decodeResponses(responses: Seq[RedisReply]): Seq[(Double, R)]

Attributes

Source:
SortedSets.scala

Inherited methods

def encode(command: String, args: Seq[ByteString]): ByteString

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala
def encode(command: String): ByteString

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala
def getSlot(): Int

Attributes

Inherited from:
SimpleClusterKey
Source:
RedisCluster.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val empty: Seq[(Double, R)]

Attributes

Source:
SortedSets.scala