### 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 ### Logs ```bash ```