-first commit
This commit is contained in:
18
node_modules/@redis/client/dist/lib/commands/SCRIPT_DEBUG.js
generated
vendored
Normal file
18
node_modules/@redis/client/dist/lib/commands/SCRIPT_DEBUG.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.default = {
|
||||
NOT_KEYED_COMMAND: true,
|
||||
IS_READ_ONLY: true,
|
||||
/**
|
||||
* Constructs the SCRIPT DEBUG command
|
||||
*
|
||||
* @param parser - The command parser
|
||||
* @param mode - Debug mode: YES, SYNC, or NO
|
||||
* @see https://redis.io/commands/script-debug/
|
||||
*/
|
||||
parseCommand(parser, mode) {
|
||||
parser.push('SCRIPT', 'DEBUG', mode);
|
||||
},
|
||||
transformReply: undefined
|
||||
};
|
||||
//# sourceMappingURL=SCRIPT_DEBUG.js.map
|
||||
Reference in New Issue
Block a user