Skip to content

Commit

Permalink
doc: fix the desc of hmset (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw authored May 30, 2020
1 parent 84dc8bc commit e2db038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ If the redis object is not in the Redis pipelining mode, then this method is a n

hmset
-----
`syntax: red:hmset(myhash, field1, value1, field2, value2, ...)`
`syntax: res, err = red:hmset(myhash, field1, value1, field2, value2, ...)`

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

Special wrapper for the Redis "hmset" command.

Expand Down

0 comments on commit e2db038

Please sign in to comment.