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