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 Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any