Class DIGEST

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

public class DIGEST extends RespCommand implements Resp3Command
DIGEST key

Returns the XXH3 hash digest of a string value as a hexadecimal string.

Since:
16.2
See Also: