"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { NOT_KEYED_COMMAND: true, IS_READ_ONLY: true, /** * Constructs the MEMORY DOCTOR command * * @param parser - The command parser * @see https://redis.io/commands/memory-doctor/ */ parseCommand(parser) { parser.push('MEMORY', 'DOCTOR'); }, transformReply: undefined }; //# sourceMappingURL=MEMORY_DOCTOR.js.map