Click or drag to resize
RedisClientSet Method (IDictionaryString, String)
设置一组字符串(MSET)

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public bool Set(
	IDictionary<string, string> dict
)

Parameters

dict
Type: System.Collections.GenericIDictionaryString, String

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

Return Value

Type: Boolean

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

See Also