API ReferenceHashes
HSetMultiple
Set multiple fields in a hash at once
Syntax
Redix.HSetMultiple(key, fieldValuePairs)Parameters
Prop
Type
Returns
Prop
Type
Example
Redix.HSetMultiple('player:123', {
name = 'John Doe',
level = 50,
money = 10000,
health = 100
})