1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update cmds-hash.js (#2863)

Update comment-line (58) from `foo` to `null`
This commit is contained in:
isaac
2024-11-13 22:57:37 +03:00
committed by GitHub
parent c1edc2e718
commit 001087f520

View File

@@ -55,7 +55,7 @@ const res8 = await client.hGet('myhash', 'field1')
console.log(res8) // foo console.log(res8) // foo
const res9 = await client.hGet('myhash', 'field2') const res9 = await client.hGet('myhash', 'field2')
console.log(res9) // foo console.log(res9) // null
// REMOVE_START // REMOVE_START
assert.equal(res7, 1); assert.equal(res7, 1);