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

Addresses issues with #hmset not string-ifying keys, and not accepting Array as only arg. #173

Merged
merged 4 commits into from
Oct 10, 2019

Commits on Oct 7, 2019

  1. Merge pull request #1 from sds/master

    Up to date
    JeffLuckett authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    2efab01 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Converts keys to strings

    Jeff Luckett committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    3daddc1 View commit details
    Browse the repository at this point in the history
  2. Allows hmset to take an array as its only arg.

    Jeff Luckett committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    429afe4 View commit details
    Browse the repository at this point in the history
  3. Redis error message is slightly different for the same error using di…

    …fferent argument patterns.
    Jeff Luckett committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    c4f8a8e View commit details
    Browse the repository at this point in the history