Skip to content

Commit 232f191

Browse files
authoredMar 4, 2021
Merge pull request #1563 from lebseu/patch-1
Update README.md
2 parents 0041e3e + e4cb073 commit 232f191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ responses using JavaScript syntax.
394394
```js
395395
client.hmset("key", "foo", "bar", "hello", "world");
396396

397-
client.hgetall("hosts", function(err, value) {
397+
client.hgetall("key", function(err, value) {
398398
console.log(value.foo); // > "bar"
399399
console.log(value.hello); // > "world"
400400
});

0 commit comments

Comments
 (0)
Please sign in to comment.