Pavel Pashov
Pavel Pashov
The latest version of `ioredis` (v5.7.0) has been released with support for the HEXPIRE command, with a contribution from @mlb5000.
@loucadufault Thanks for pointing this out. We’ve updated the documentation in #1990 to clarify that `redis.connect()` returns a promise, which can reject.
I appreciate the follow-up and the additional clarification in #1991 — the PR has now been merged.
Hey @manast, thank you for the PR, however it seems to break the CI and doesn't follow many of the established patterns in the repository so I created #2051 instead.
run sharded pub sub tests
> If I have understood the code correctly, the forced timeout will only be applied if we pass the new blockingTimeout option explicitly. The main issues I see with this...
Hey @manast, thank you for taking the time to check it out. I’ll take a look when I get a chance. If you want to explore a fix in the...
run sharded pub sub tests
At first glance this looks okay, however the checks are failing @slukes please make sure the tests pass and then request a review again
Hey @sarangpatel, could you share your full Sentinel client configuration and a minimal script that reproduces the ETIMEDOUT error?