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

public class GET extends RespCommand implements Resp3Command
GET Resp Command Get the value of key. If the key does not exist the special value nil is returned. An error is returned if the value stored at key is not a string, because GET only handles string values.