设置指定索引元素值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool LSet(
string key,
int index,
string value
)
Public Function LSet (
key As String,
index As Integer,
value As String
) As Boolean
public:
bool LSet(
String^ key,
int index,
String^ value
)
member LSet :
key : string *
index : int *
value : string -> bool
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:
BooleanInteger reply: the number of removed elements.
See Also