java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.set.SDIFF
All Implemented Interfaces:
Resp3Command

public class SDIFF extends RespCommand implements Resp3Command
invalid input: '{@link /*missing*/}' https://redis.io/commands/sdiff/ Returns the members of the set resulting from the difference between the first set and all the successive sets.
Since:
15.0
  • Constructor Details

    • SDIFF

      public SDIFF()
  • Method Details