Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #1563 from lebseu/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gkorland committed Mar 4, 2021
2 parents 0041e3e + e4cb073 commit 232f191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -394,7 +394,7 @@ responses using JavaScript syntax.
```js
client.hmset("key", "foo", "bar", "hello", "world");

client.hgetall("hosts", function(err, value) {
client.hgetall("key", function(err, value) {
console.log(value.foo); // > "bar"
console.log(value.hello); // > "world"
});
Expand Down

0 comments on commit 232f191

Please sign in to comment.