Hmset
case class Hmset[K, KK, V](key: K, keysValues: Map[KK, V])(implicit redisKey: ByteStringSerializer[K], redisFields: ByteStringSerializer[KK], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K] with RedisCommandStatusBoolean
- Source:
- Hashes.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandStatus[Boolean]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any