Files
micro-service-api/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICAS.js
2025-11-11 12:36:06 +07:00

16 lines
513 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
NOT_KEYED_COMMAND: true,
IS_READ_ONLY: true,
/**
* Returns the replica nodes replicating from the specified primary node
* @param parser - The Redis command parser
* @param nodeId - Node ID of the primary node
*/
parseCommand(parser, nodeId) {
parser.push('CLUSTER', 'REPLICAS', nodeId);
},
transformReply: undefined
};
//# sourceMappingURL=CLUSTER_REPLICAS.js.map