123
This commit is contained in:
4
node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.d.ts
generated
vendored
Normal file
4
node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { RedisCommandArguments } from '.';
|
||||
import { SlotRange } from './generic-transformers';
|
||||
export declare function transformArguments(ranges: SlotRange | Array<SlotRange>): RedisCommandArguments;
|
||||
export declare function transformReply(): 'OK';
|
||||
Reference in New Issue
Block a user