Hmget
case class Hmget[K, KK, R](key: K, fields: Seq[KK])(implicit redisKey: ByteStringSerializer[K], redisFields: ByteStringSerializer[KK], deserializerR: ByteStringDeserializer[R]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[Option[R]]]
- Source:
- Hashes.scala
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any