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