-first commit
This commit is contained in:
17
node_modules/@redis/client/dist/lib/commands/HSCAN_NOVALUES.d.ts
generated
vendored
Normal file
17
node_modules/@redis/client/dist/lib/commands/HSCAN_NOVALUES.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { BlobStringReply } from '../RESP/types';
|
||||
declare const _default: {
|
||||
readonly IS_READ_ONLY: true;
|
||||
/**
|
||||
* Constructs the HSCAN command with NOVALUES option
|
||||
*
|
||||
* @param args - The same parameters as HSCAN command
|
||||
* @see https://redis.io/commands/hscan/
|
||||
*/
|
||||
readonly parseCommand: (this: void, parser: import("../..").CommandParser, key: import("../RESP/types").RedisArgument, cursor: import("../RESP/types").RedisArgument, options?: import("./SCAN").ScanCommonOptions | undefined) => void;
|
||||
readonly transformReply: (this: void, [cursor, fields]: [BlobStringReply, Array<BlobStringReply>]) => {
|
||||
cursor: BlobStringReply<string>;
|
||||
fields: BlobStringReply<string>[];
|
||||
};
|
||||
};
|
||||
export default _default;
|
||||
//# sourceMappingURL=HSCAN_NOVALUES.d.ts.map
|
||||
Reference in New Issue
Block a user