We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1edc2e commit 001087fCopy full SHA for 001087f
doctests/cmds-hash.js
@@ -55,7 +55,7 @@ const res8 = await client.hGet('myhash', 'field1')
55
console.log(res8) // foo
56
57
const res9 = await client.hGet('myhash', 'field2')
58
-console.log(res9) // foo
+console.log(res9) // null
59
60
// REMOVE_START
61
assert.equal(res7, 1);
0 commit comments