Class FamilyCommand

java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.FamilyCommand
All Implemented Interfaces:
Resp3Command
Direct Known Subclasses:
CLUSTER, PUBSUB

public abstract class FamilyCommand extends RespCommand implements Resp3Command
An umbrella command.

This command represents a family of commands. Usually, the ones with multiple keywords, for example, CLUSTER or ACL.

Since:
15.0
  • Constructor Details

    • FamilyCommand

      public FamilyCommand(int arity, int firstKeyPos, int lastKeyPos, int steps)
  • Method Details