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