-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: redis/ioredis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.28.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: redis/ioredis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.28.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 7 files changed
- 5 contributors
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cfb470d - Browse repository at this point
Copy the full SHA cfb470dView commit details
Commits on Oct 22, 2021
-
docs: Document enableTLSForSentinelMode Option (#1448)
Add to the sentinel section of the readme. Without this option, encrypted versions of redis sentinel fail with obscure errors Co-authored-by: peter <peter@xwin32.com>
Configuration menu - View commit details
-
Copy full SHA for 77ad094 - Browse repository at this point
Copy the full SHA 77ad094View commit details
Commits on Nov 23, 2021
-
fix: handle possible unhandled promise rejection with autopipelining+…
…cluster (#1467) Deliberately add `asCallback` on the **same** Promise instance being returned, not on a different Promise instance that resolves to the same thing. Avoid this error: ```javascript process.on('unhandledRejection', (reason) => console.log('unhandledRejection', reason)); const x = Promise.reject(new Error()); x.catch((e) => console.log('caught x', e)); const causesUnhandledRejection = Promise.resolve().then(() => x); ``` Related to #1466
Configuration menu - View commit details
-
Copy full SHA for 6ad285a - Browse repository at this point
Copy the full SHA 6ad285aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee877e - Browse repository at this point
Copy the full SHA 2ee877eView commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.