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

Commits on Sep 23, 2016

  1. only delete when there is a unique name

    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
    adin234 committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    4c99b6c View commit details
    Browse the repository at this point in the history