Sdiffstore
redis.api.sets.Sdiffstore
case class Sdiffstore[KD, K, KK](destination: KD, key: K, keys: Seq[KK])(using redisDest: ByteStringSerializer[KD], redisKey: ByteStringSerializer[K], redisKeys: ByteStringSerializer[KK]) extends RedisCommandIntegerLong
Attributes
- Source
- Sdiffstore.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class Objecttrait Matchableclass Any
Members list
In this article