Skip to content

Commit 35adf04

Browse files
committed
Merge branch 'emb-examples' into DOC-4423-tces-for-cmd-pages
2 parents 689eed6 + 001087f commit 35adf04

File tree

9 files changed

+4618
-82
lines changed

9 files changed

+4618
-82
lines changed

doctests/cmds-hash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const res8 = await client.hGet('myhash', 'field1')
5555
console.log(res8) // foo
5656

5757
const res9 = await client.hGet('myhash', 'field2')
58-
console.log(res9) // foo
58+
console.log(res9) // null
5959

6060
// REMOVE_START
6161
assert.equal(res7, 1);

0 commit comments

Comments
 (0)