Class SINTERCARD

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

public class SINTERCARD extends RespCommand implements Resp3Command
invalid input: '{@link /*missing*/}' https://redis.io/commands/sintercard/ Returns the cardinality of the resulting intersection set. When provided with the optional LIMIT argument (default 0 means unlimited), if the intersection cardinality reaches limit partway through the computation, the algorithm exits returning LIMIT
Since:
15.0