You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-22 05:32:45 +03:00
add some missing commands
This commit is contained in:
7
lib/commands/DISCARD.ts
Normal file
7
lib/commands/DISCARD.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { transformReplyString } from './generic-transformers';
|
||||
|
||||
export function transformArguments(): Array<string> {
|
||||
return ['DISCARD'];
|
||||
}
|
||||
|
||||
export const transformReply = transformReplyString;
|
Reference in New Issue
Block a user