You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
WIP
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
export function transformArguments(): Array<string> {
|
||||
return ['CLUSTER', 'MYID'];
|
||||
}
|
||||
import { BlobStringReply, Command } from "../RESP/types";
|
||||
|
||||
export declare function transformReply(): string;
|
||||
export default {
|
||||
transformArguments() {
|
||||
return ['CLUSTER', 'MYID'];
|
||||
},
|
||||
transformReply: undefined as unknown as () => BlobStringReply
|
||||
} as const satisfies Command;
|
||||
|
Reference in New Issue
Block a user