Skip to content

Commit

Permalink
Merge pull request #915 from Philippus/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
charsyam committed Mar 20, 2018
2 parents d3ce233 + 8378388 commit 720edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/hmget.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Returns the values associated with the specified `fields` in the hash stored at
`key`.

For every `field` that does not exist in the hash, a `nil` value is returned.
Because a non-existing keys are treated as empty hashes, running `HMGET` against
Because non-existing keys are treated as empty hashes, running `HMGET` against
a non-existing `key` will return a list of `nil` values.

@return
Expand Down

0 comments on commit 720edcb

Please sign in to comment.