java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.string.MSETNX
All Implemented Interfaces:
Resp3Command

public class MSETNX extends RespCommand implements Resp3Command
MSETNX

This implementation is not atomic: msetnx first checks the nonexistence of all the keys and then performs the set. A concurrent set of the keys by another client will be overwritten.

Since:
15.0
See Also: