Click or drag to resize
RedisClientAppend Method
设置一个二进制值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public int Append(
	string key,
	string value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.RedisClient.Append(System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Adf.RedisClient.Append(System.String,System.String)"]

Return Value

Type: Int32
返回文本新长度
See Also