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

15 lines
444 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
NOT_KEYED_COMMAND: true,
IS_READ_ONLY: true,
/**
* Deletes all hash slots from the current node in a Redis Cluster
* @param parser - The Redis command parser
*/
parseCommand(parser) {
parser.push('CLUSTER', 'FLUSHSLOTS');
},
transformReply: undefined
};
//# sourceMappingURL=CLUSTER_FLUSHSLOTS.js.map