MSET
About
Time complexity: O(n)
Accept type:
Return type:
Syntax:
MSET <key1> <value1> <key2> <value2> ...
Set the value of ‘n’ keys in the current table, if they don’t already exist. This will return the number of keys that were set as an unsigned integer.