Zadd
redis.api.sortedsets.Zadd
case class Zadd[K, V](key: K, options: Seq[ZaddOption], scoreMembers: Seq[(Double, V)])(implicit keySeria: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K] with RedisCommandIntegerLong
Attributes
- Source:
- SortedSets.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any