You've already forked node-redis
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:
@@ -55,7 +55,7 @@ const res8 = await client.hGet('myhash', 'field1')
|
||||
console.log(res8) // foo
|
||||
|
||||
const res9 = await client.hGet('myhash', 'field2')
|
||||
console.log(res9) // foo
|
||||
console.log(res9) // null
|
||||
|
||||
// REMOVE_START
|
||||
assert.equal(res7, 1);
|
||||
|
Reference in New Issue
Block a user