Msetnx
redis.api.strings.Msetnx
case class Msetnx[K, V](keysValues: Map[K, V])(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends RedisCommandIntegerBoolean
Attributes
- Source:
- Strings.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandInteger[Boolean]class Objecttrait Matchableclass Any