123
This commit is contained in:
4
node_modules/@redis/client/dist/lib/commands/COMMAND_COUNT.d.ts
generated
vendored
Normal file
4
node_modules/@redis/client/dist/lib/commands/COMMAND_COUNT.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { RedisCommandArguments } from '.';
|
||||
export declare const IS_READ_ONLY = true;
|
||||
export declare function transformArguments(): RedisCommandArguments;
|
||||
export declare function transformReply(): number;
|
||||
Reference in New Issue
Block a user