·
403 commits
to canary
since this release
Patch Changes
-
c62c986: Refactored Redis Handlers timeout handling
Changes
- Refactored Redis Handlers to use
AbortSignal
instead of promisifyingsetTimeout
. - Set default Redis Handlers
timeoutMs
option to 5000 ms.
- Refactored Redis Handlers to use