Click or drag to resize
RedisClientSet Method (IDictionaryString, Byte)
设置一组数据(MSET)

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

Parameters

dict
Type: System.Collections.GenericIDictionaryString, Byte

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

Return Value

Type: Boolean

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

See Also