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