1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00
Files
node-redis/packages/client/lib/commands/SWAPDB.ts
Leibale ab3973aca3 wip
2023-04-27 18:41:32 -04:00

6 lines
210 B
TypeScript

// export function transformArguments(index1: number, index2: number): Array<string> {
// return ['SWAPDB', index1.toString(), index2.toString()];
// }
// export declare function transformReply(): string;