Files
micro-service-api/node_modules/@redis/client/dist/lib/commands/ACL_LOAD.js

15 lines
404 B
JavaScript
Raw Normal View History

2025-11-11 12:36:06 +07:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
NOT_KEYED_COMMAND: true,
IS_READ_ONLY: true,
/**
* Reloads ACL configuration from the ACL file
* @param parser - The Redis command parser
*/
parseCommand(parser) {
parser.push('ACL', 'LOAD');
},
transformReply: undefined
};
//# sourceMappingURL=ACL_LOAD.js.map