Click or drag to resize
RedisListsRPush Method (String, String)
在列表右侧添加元素

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

Parameters

key
Type: SystemString

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

value
Type: SystemString

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

Return Value

Type: Int32
添加后元素数
See Also