You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-01 11:41:56 +03:00
add all COMMAND commands
This commit is contained in:
9
lib/commands/COMMAND_GETKEYS.ts
Normal file
9
lib/commands/COMMAND_GETKEYS.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { TransformArgumentsReply } from '.';
|
||||
|
||||
export const IS_READ_ONLY = true;
|
||||
|
||||
export function transformArguments(args: Array<string>): TransformArgumentsReply {
|
||||
return ['COMMAND', 'GETKEYS', ...args];
|
||||
}
|
||||
|
||||
declare function transformReply(): Array<string>;
|
Reference in New Issue
Block a user