Click or drag to resize
RedisHashesHMSET Method (String, IDictionaryString, Byte)
设置一组元素值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public bool HMSET(
	string key,
	IDictionary<string, byte[]> dictionary
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.RedisHashes.HMSET(System.String,System.Collections.Generic.IDictionary{System.String,System.Byte[]})"]

dictionary
Type: System.Collections.GenericIDictionaryString, Byte

[Missing <param name="dictionary"/> documentation for "M:Adf.RedisHashes.HMSET(System.String,System.Collections.Generic.IDictionary{System.String,System.Byte[]})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Adf.RedisHashes.HMSET(System.String,System.Collections.Generic.IDictionary{System.String,System.Byte[]})"]

See Also