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 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).
Since:
15.0
See Also: