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