RedisListsLPush Method (String, String) |
在列表左侧添加元素
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public int LPush(
string key,
string value
)
Public Function LPush (
key As String,
value As String
) As Integer
public:
int LPush(
String^ key,
String^ value
)
member LPush :
key : string *
value : string -> int
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisLists.LPush(System.String,System.String)"]
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:Adf.RedisLists.LPush(System.String,System.String)"]
Return Value
Type:
Int32添加后元素数
See Also