Del
redis.api.keys.Del
case class Del[K](keys: Seq[K])(using redisKey: ByteStringSerializer[K]) extends MultiClusterKey[K], RedisCommandIntegerLong
Attributes
- Source
- Del.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class MultiClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Del.scala
Inherited methods
Attributes
- Inherited from:
- RedisCommandIntegerLong
- Source
- RedisCommandIntegerLong.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- MultiClusterKey
- Source
- MultiClusterKey.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- Del.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandInteger
- Source
- RedisCommandInteger.scala
In this article