java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.tx.DISCARD
All Implemented Interfaces:
Resp3Command, TransactionResp3Command

public class DISCARD extends RespCommand implements Resp3Command, TransactionResp3Command
`DISCARD` command.

This command clears the queued commands and returns to the normal mode. All the registered listeners are removed.

Since:
15.0
Author:
José Bolina
See Also: