Closed
Description
Description
Hi, I think the type returned by functions spop
and spopCount
are invalid. Actually the type return :
Promise<string | null>
But this functions return an array of string. The return type should be Promise<string[]>
instead.
Node.js Version
22.16.0
Redis Server Version
No response
Node Redis Version
5.5.6
Platform
macOS