Class COPY

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

public class COPY extends RespCommand implements Resp3Command
COPY
Since:
16.2
See Also:
  • Field Details

    • REPLACE_BYTES

      public static final byte[] REPLACE_BYTES
    • DB_BYTES

      public static final byte[] DB_BYTES
  • Constructor Details

    • COPY

      public COPY()
  • Method Details