Class SINTERSTORE

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

public class SINTERSTORE extends RespCommand implements Resp3Command
invalid input: '{@link /*missing*/}' https://redis.io/commands/sinterstore/ This command is equal to SINTER, but instead of returning the resulting set, it is stored in destination. If destination already exists, it is overwritten.
Since:
15.0