-
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.5
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: v5.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
5
contributors
Commits on Mar 14, 2022
-
feat: Refactor code with modern settings
BREAKING CHANGE: We now require Node.js v10.12.0 or newer. * We now only work with Redis v3.0.0 or newer. * `Redis` can't be called as a function anymore as it's now a class. Please change `Redis()` to `new Redis()`. Note that `Redis()` was already deprecated in the previous version.
Configuration menu - View commit details
-
Copy full SHA for a8ffa80 - Browse repository at this point
Copy the full SHA a8ffa80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 649d4d4 - Browse repository at this point
Copy the full SHA 649d4d4View commit details -
feat: drop support of third-party Promise libraries
BREAKING CHANGE: Support for third-party Promise libraries is dropped. Related methods (`exports.Promise = require('bluebird')`) are kept but they don't take any effects. The native Promise will always be used.
5Configuration menu - View commit details
-
Copy full SHA for 2001ec6 - Browse repository at this point
Copy the full SHA 2001ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8c567 - Browse repository at this point
Copy the full SHA 4e8c567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e10c95 - Browse repository at this point
Copy the full SHA 1e10c95View commit details -
fix: Reset loaded script hashes to force a reload of scripts after re…
…connect of redis
Configuration menu - View commit details
-
Copy full SHA for 60c2af9 - Browse repository at this point
Copy the full SHA 60c2af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1b168 - Browse repository at this point
Copy the full SHA bc1b168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df6ee2 - Browse repository at this point
Copy the full SHA 8df6ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bacf5a6 - Browse repository at this point
Copy the full SHA bacf5a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18f3fe - Browse repository at this point
Copy the full SHA d18f3feView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a5071 - Browse repository at this point
Copy the full SHA f9a5071View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9330b - Browse repository at this point
Copy the full SHA df9330bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1d9dba - Browse repository at this point
Copy the full SHA d1d9dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b3410 - Browse repository at this point
Copy the full SHA 80b3410View commit details -
chore: Reduce amount of command args iterations
The happy case should be slightly faster that way when there are multiple arguments
Configuration menu - View commit details
-
Copy full SHA for fa4495f - Browse repository at this point
Copy the full SHA fa4495fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a29d9c4 - Browse repository at this point
Copy the full SHA a29d9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a436b1 - Browse repository at this point
Copy the full SHA 7a436b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ca227 - Browse repository at this point
Copy the full SHA 48ca227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c1e24 - Browse repository at this point
Copy the full SHA 94c1e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 334242b - Browse repository at this point
Copy the full SHA 334242bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c2f20 - Browse repository at this point
Copy the full SHA d5c2f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 816942f - Browse repository at this point
Copy the full SHA 816942fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e00d8d8 - Browse repository at this point
Copy the full SHA e00d8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 756e1a7 - Browse repository at this point
Copy the full SHA 756e1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06782e6 - Browse repository at this point
Copy the full SHA 06782e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eba58b - Browse repository at this point
Copy the full SHA 1eba58bView commit details -
feat: skip ready check on NOPERM error
Closes #1293 BREAKING CHANGE: `Redis#serverInfo` is removed. This field is never documented so you very likely have never used it.
Configuration menu - View commit details
-
Copy full SHA for b530a0b - Browse repository at this point
Copy the full SHA b530a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 747dd30 - Browse repository at this point
Copy the full SHA 747dd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13eff8e - Browse repository at this point
Copy the full SHA 13eff8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3b3e9 - Browse repository at this point
Copy the full SHA aa3b3e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 687d3eb - Browse repository at this point
Copy the full SHA 687d3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0dc1e - Browse repository at this point
Copy the full SHA 6b0dc1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bafc2bf - Browse repository at this point
Copy the full SHA bafc2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e93b39a - Browse repository at this point
Copy the full SHA e93b39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ca412 - Browse repository at this point
Copy the full SHA 53ca412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32eb381 - Browse repository at this point
Copy the full SHA 32eb381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e68ac - Browse repository at this point
Copy the full SHA 04e68acView commit details -
feat: always parse username passed via URI
BREAKING CHANGE: `allowUsernameInURI` is removed and ioredis will always use the username passed via URI. Previously, the `username` part in `new Redis("redis://username:authpassword@127.0.0.1:6380/4")` was ignored unless `allowUsernameInURI` is specified: `new Redis("redis://username:authpassword@127.0.0.1:6380/4?allowUsernameInURI=true")`. Now, if you don't want to send username to Redis, just leave the username part empty: `new Redis("redis://:authpassword@127.0.0.1:6380/4")`
Configuration menu - View commit details
-
Copy full SHA for c6f41f6 - Browse repository at this point
Copy the full SHA c6f41f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccad22c - Browse repository at this point
Copy the full SHA ccad22cView commit details -
chore(pipeline): Do not opt out of text concat performance optimizati…
…on for mixed buffer and text based commands
Configuration menu - View commit details
-
Copy full SHA for 9afaac0 - Browse repository at this point
Copy the full SHA 9afaac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3261908 - Browse repository at this point
Copy the full SHA 3261908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56081c7 - Browse repository at this point
Copy the full SHA 56081c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea77406 - Browse repository at this point
Copy the full SHA ea77406View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba49eba - Browse repository at this point
Copy the full SHA ba49ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c4c76 - Browse repository at this point
Copy the full SHA c1c4c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for c267e16 - Browse repository at this point
Copy the full SHA c267e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for f293b97 - Browse repository at this point
Copy the full SHA f293b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b98355 - Browse repository at this point
Copy the full SHA 7b98355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46ade6b - Browse repository at this point
Copy the full SHA 46ade6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b02cc58 - Browse repository at this point
Copy the full SHA b02cc58View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.