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

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

Parameters

key
Type: SystemString

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

dictionary
Type: System.Collections.GenericIDictionaryString, String

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

Return Value

Type: Boolean

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

See Also