-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update hdel method to support deleting multiple hash fields #94
Conversation
test arent working :( |
I have just updated one method by enabling feature to reflect redis functionality which was not implemented. Well it is very clear why tests are not working, you need to update your dependencies:
Details (see https://travis-ci.org/github/M6Web/RedisMock/builds/745402043):
|
Fixed broken namespaces and stuff |
Hello @asilgalis, |
Added in release : v5.1.0 |
Update
hdel
method to support deleting multiple hash fields.Reference: redis command HDEL.