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