Describe the bug
LINDEX method has invalid signature, (key: string, element: string): Array<string> instead of (key: string, index: number): string.
Expected behavior
LINDEX should have (key: string, index: number): string.
Comment From: sundb
I don't understand the question you want to ask. Are you referring to an interface definition error in one of the redis libraries? It looks like the syntax of ts.
Comment From: oranagra
@muhammetaliakbay maybe you meant to report that about some specific client library (in its github repo)?
Comment From: muhammetaliakbay
Oh, sorry for confusing. It was for a client library.