Hdel
redis.api.hashes.Hdel
case class Hdel[K, KK](key: K, fields: Seq[KK])(implicit redisKey: ByteStringSerializer[K], redisFields: ByteStringSerializer[KK]) extends SimpleClusterKey[K] with RedisCommandIntegerLong
Attributes
- Source:
- Hashes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any