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

public class GETDEL extends RespCommand implements Resp3Command
GETDEL Resp Command Get the value of key and delete the key. This command is similar to GET, except for the fact that it also deletes the key on success (if and only if the key's value type is a string).