Zinterstore
redis.api.sortedsets.Zinterstore
case class Zinterstore[KD, K, KK](destination: KD, key: K, keys: Seq[KK], aggregate: Aggregate)(implicit evidence$1: ByteStringSerializer[KD], evidence$2: ByteStringSerializer[K], evidence$3: ByteStringSerializer[KK]) extends RedisCommandIntegerLong
Attributes
- Source:
- SortedSets.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class Objecttrait Matchableclass Any