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