获取列表长度
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public int LLen(
string key
)
Public Function LLen (
key As String
) As Integer
public:
int LLen(
String^ key
)
member LLen :
key : string -> int
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisLists.LLen(System.String)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.RedisLists.LLen(System.String)"]
See Also