You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
WIP
This commit is contained in:
@@ -15,8 +15,5 @@ export default {
|
||||
member
|
||||
];
|
||||
},
|
||||
transformReply: {
|
||||
2: transformDoubleReply,
|
||||
3: undefined as unknown as () => DoubleReply
|
||||
}
|
||||
transformReply: transformDoubleReply
|
||||
} as const satisfies Command;
|
||||
|
Reference in New Issue
Block a user