Files
backend_task/node_modules/@redis/search/dist/commands/CONFIG_SET.js
T

8 lines
258 B
JavaScript
Raw Normal View History

2025-02-11 15:06:41 +01:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.transformArguments = void 0;
function transformArguments(option, value) {
return ['FT.CONFIG', 'SET', option, value];
}
exports.transformArguments = transformArguments;