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

15 lines
423 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
IS_READ_ONLY: true,
/**
* Gets the size of a suggestion dictionary.
* @param parser - The command parser
* @param key - The suggestion dictionary key
*/
parseCommand(parser, key) {
parser.push('FT.SUGLEN', key);
},
transformReply: undefined
};
//# sourceMappingURL=SUGLEN.js.map