java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.connection.HELLO
All Implemented Interfaces:
AuthResp3Command

public class HELLO extends RespCommand implements AuthResp3Command
HELLO

Issued by the client when establishing a new connection. This implementation only allows for RESP3 version. Any other version receives an error reply.

If authentication is enabled in Infinispan, this command must be accompanied by the `AUTH` operation. Otherwise, an error is returned.

The `SETNAME` operation is ignored.

Since:
14.0
See Also: