You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
fix #1712 - fix LINDEX return type
This commit is contained in:
@@ -6,4 +6,4 @@ export function transformArguments(key: string, element: string): Array<string>
|
||||
return ['LINDEX', key, element];
|
||||
}
|
||||
|
||||
export declare function transformReply(): number | null;
|
||||
export declare function transformReply(): string | null;
|
||||
|
Reference in New Issue
Block a user