dld_backend/node_modules/@redis/client/dist/lib/commands/SWAPDB.js
2025-10-30 12:13:02 +05:30

8 lines
272 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.transformArguments = void 0;
function transformArguments(index1, index2) {
return ['SWAPDB', index1.toString(), index2.toString()];
}
exports.transformArguments = transformArguments;