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