Click or drag to resize
RedisListsLSet Method
设置指定索引元素值

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

Parameters

key
Type: SystemString

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

index
Type: SystemInt32

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

value
Type: SystemString

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

Return Value

Type: Boolean
Integer reply: the number of removed elements.
See Also