Files
rspade_system/node_modules/@redis/client/dist/lib/commands/DIGEST.d.ts

18 lines
584 B
TypeScript
Executable File

import { CommandParser } from "../client/parser";
import { RedisArgument, SimpleStringReply } from "../RESP/types";
declare const _default: {
readonly IS_READ_ONLY: true;
/**
*
* @experimental
*
* Returns the XXH3 hash of a string value.
*
* @param parser - The Redis command parser
* @param key - Key to get the digest of
*/
readonly parseCommand: (this: void, parser: CommandParser, key: RedisArgument) => void;
readonly transformReply: () => SimpleStringReply;
};
export default _default;
//# sourceMappingURL=DIGEST.d.ts.map