-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add unlink command #747
Conversation
❌ Build ioredis-mock 1.0.3621 failed (commit 32a1051cad by @GunnarHolwerda) |
624147a
to
4b700dd
Compare
❌ Build ioredis-mock 1.0.3622 failed (commit 900f52bed0 by @GunnarHolwerda) |
4b700dd
to
f4a5b40
Compare
❌ Build ioredis-mock 1.0.3623 failed (commit 36b0029f5b by @GunnarHolwerda) |
f4a5b40
to
98f5501
Compare
❌ Build ioredis-mock 1.0.3624 failed (commit 52818f8b93 by @GunnarHolwerda) |
98f5501
to
61c284f
Compare
Code Climate has analyzed commit ec2472a and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (80% is the threshold). This pull request will bring the total coverage in the repository to 98.5% (0.0% change). View more on Code Climate. |
✅ Build ioredis-mock 1.0.3625 completed (commit 5ca2181bcf by @GunnarHolwerda) |
Sorry for all of the fails. Couldn't run the unit tests locally because I was on Windows 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Thanks for contributing this! 😄
🎉 This PR is included in version 4.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
unlink
command.del
as the behavior when running in memory would behave the same. I have verified thatunlink
sends the same keyspace notifications asdel
too.Fixes #746