multi_hset name key1 value1 key2 value2 ...

Set multiple key-value pairs(kvs) of a hashmap in one method call.

Parameters

Return Value

false on error, other values indicate OK.

Example