Skip to content
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

only delete when there is a unique name #6

Merged
merged 1 commit into from
Sep 23, 2016

Conversation

adin234
Copy link
Contributor

@adin234 adin234 commented Sep 23, 2016

sometimes, unique is null which results to

node_redis: Deprecated: The HDEL command contains a "undefined" argument.
This is converted to a "undefined" string now and will return an error from v.3.0 on.
Please handle this in your code to make sure everything works as you intended it to.

in order to prevent this, we need to handle it here

sometimes, `unique` is `null` which results to

```
node_redis: Deprecated: The HDEL command contains a "undefined" argument.
This is converted to a "undefined" string now and will return an error from v.3.0 on.
Please handle this in your code to make sure everything works as you intended it to.
```

in order to prevent this, we need to handle it here
@lykmapipo lykmapipo merged commit 3dbe95f into lykmapipo:master Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants