RedisClientGetByteKeys Method |
获取键键值列表
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic byte[][] GetByteKeys(
params string[] keys
)
Public Function GetByteKeys (
ParamArray keys As String()
) As Byte()()
public:
array<array<unsigned char>^>^ GetByteKeys(
... array<String^>^ keys
)
member GetByteKeys :
keys : string[] -> byte[][]
Parameters
- keys
- Type: SystemString
[Missing <param name="keys"/> documentation for "M:Adf.RedisClient.GetByteKeys(System.String[])"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Adf.RedisClient.GetByteKeys(System.String[])"]
See Also