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

public class SETNX extends RespCommand implements Resp3Command
SETNX

This command is deprecated. The alternative is `SET key value NX`.

Since:
15.0
Author:
José Bolina
See Also: