You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
* Add support for CLUSTER.MYSHARDID command * Update CLUSTER_MYSHARDID.ts * Update CLUSTER_MYSHARDID.spec.ts * add test and clean code --------- Co-authored-by: Leibale Eidelman <me@leibale.com>
8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
export const IS_READ_ONLY = true;
|
|
|
|
export function transformArguments() {
|
|
return ['CLUSTER', 'MYSHARDID'];
|
|
}
|
|
|
|
export declare function transformReply(): string | Buffer;
|