You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-11 22:42:42 +03:00
fix BITFIELD command
This commit is contained in:
@@ -10,6 +10,10 @@ export function transformReplyNumberArray(reply: Array<number>): Array<number> {
|
||||
return reply;
|
||||
}
|
||||
|
||||
export function transformReplyNumberNullArray(reply: Array<number | null>): Array<number | null> {
|
||||
return reply;
|
||||
}
|
||||
|
||||
export function transformReplyString(reply: string): string {
|
||||
return reply;
|
||||
}
|
||||
|
Reference in New Issue
Block a user