Skip to content

Commit e2db038

Browse files
authored
doc: fix the desc of hmset (#179)
1 parent 84dc8bc commit e2db038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ If the redis object is not in the Redis pipelining mode, then this method is a n
352352

353353
hmset
354354
-----
355-
`syntax: red:hmset(myhash, field1, value1, field2, value2, ...)`
355+
`syntax: res, err = red:hmset(myhash, field1, value1, field2, value2, ...)`
356356

357-
`syntax: red:hmset(myhash, { field1 = value1, field2 = value2, ... })`
357+
`syntax: res, err = red:hmset(myhash, { field1 = value1, field2 = value2, ... })`
358358

359359
Special wrapper for the Redis "hmset" command.
360360

0 commit comments

Comments
 (0)