取出列表第一元素
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public string LPop(
string key
)
Public Function LPop (
key As String
) As String
public:
String^ LPop(
String^ key
)
member LPop :
key : string -> string
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisLists.LPop(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.RedisLists.LPop(System.String)"]
See Also