"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { NOT_KEYED_COMMAND: true, IS_READ_ONLY: true, /** * Returns the client ID for the current connection * @param parser - The Redis command parser */ parseCommand(parser) { parser.push('CLIENT', 'ID'); }, transformReply: undefined }; //# sourceMappingURL=CLIENT_ID.js.map