"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { NOT_KEYED_COMMAND: true, IS_READ_ONLY: true, /** * Returns information about the state of a Redis Cluster * @param parser - The Redis command parser */ parseCommand(parser) { parser.push('CLUSTER', 'INFO'); }, transformReply: undefined }; //# sourceMappingURL=CLUSTER_INFO.js.map